SlyceImageMatchingSyncDelegate Protocol Reference

Conforms to NSObject
Declared in SlyceImageMatchingSyncDelegate.h

– slyceImageMatchingSyncDidStart:NS_SWIFT_NAME: required method

Alerts the delegate that an image matching sync has started.

- (void)slyceImageMatchingSyncDidStart:(Slyce *)slyce NS_SWIFT_NAME

Parameters

slyce

The instance of Slyce started the sync.

Declared In

SlyceImageMatchingSyncDelegate.h

– slyceImageMatchingSyncDidFinish:NS_SWIFT_NAME: required method

Alerts the delegate that an image matching sync has finished.

- (void)slyceImageMatchingSyncDidFinish:(Slyce *)slyce NS_SWIFT_NAME

Parameters

slyce

The instance of Slyce started the sync.

Declared In

SlyceImageMatchingSyncDelegate.h

– slyce:imageMatchingSyncFailedWithMessage:NS_SWIFT_NAME: required method

Alerts the delegate that an image matching sync has failed.

- (void)slyce:(Slyce *)slyce imageMatchingSyncFailedWithMessage:(NSString *)failMessage NS_SWIFT_NAME

Parameters

slyce

The instance of Slyce started the sync.

failMessage

A message describing the failure.

Declared In

SlyceImageMatchingSyncDelegate.h

– slyce:imageMatchingSyncedCatalogCount:fromTotalCount:NS_SWIFT_NAME: required method

Alerts the delegate of the number of catalogs that have been synced and a running total of all catalogs that have been synced.

- (void)slyce:(Slyce *)slyce imageMatchingSyncedCatalogCount:(NSInteger)count fromTotalCount:(NSInteger)total NS_SWIFT_NAME

Parameters

slyce

The instance of Slyce started the sync.

count

The number of catalogs that have just been synced.

total

The total number of catalogs that have been synced.

Declared In

SlyceImageMatchingSyncDelegate.h