Conforms to NSObject
Declared in SCItemsBrowserProtocol.h

Overview

This protocol describes data load methods that should be supported by each viewController.

Tasks

  • – reloadData

    Reloads items using default settings of SCApiSession.

    required method
  • – forceRefreshData

    Reloads items by activating the SCReadItemRequestIngnoreCache flag.

    required method
  • – navigateToRootItem

    Loads child items of the root item using default settings of SCApiSession.

    required method

Instance Methods

forceRefreshData

Reloads items by activating the SCReadItemRequestIngnoreCache flag.

- (void)forceRefreshData

Declared In

SCItemsBrowserProtocol.h

navigateToRootItem

Loads child items of the root item using default settings of SCApiSession.

- (void)navigateToRootItem

Declared In

SCItemsBrowserProtocol.h

reloadData

Reloads items using default settings of SCApiSession.

- (void)reloadData

Declared In

SCItemsBrowserProtocol.h