SlyceSessionListener Protocol Reference

Conforms to NSObject
Declared in SlyceSession.h

– slyceSession:willStartSearchTask:NS_SWIFT_NAME:

Implement this method in order to be notified when the session creates SlyceSearchTask’s.

- (void)slyceSession:(SlyceSession *)session willStartSearchTask:(SlyceSearchTask *)searchTask NS_SWIFT_NAME

Parameters

session
searchTask

Declared In

SlyceSession.h

– slyceSession:didFinishSearchTask:NS_SWIFT_NAME:

Implement this method in order to be notified when the session has completed a SlyceSearchTask.

- (void)slyceSession:(SlyceSession *)session didFinishSearchTask:(SlyceSearchTask *)searchTask NS_SWIFT_NAME

Parameters

session
searchTask

Declared In

SlyceSession.h

– slyceSession:didPerformDetection:NS_SWIFT_NAME:

Implement this method in order to be notified when the session has performed a local detection, such as a barcode

- (void)slyceSession:(SlyceSession *)session didPerformDetection:(SlyceDetectionDescriptor *)detection NS_SWIFT_NAME

Parameters

session
detection

Declared In

SlyceSession.h