ForeSeeDelegate Protocol Reference

Conforms to NSObject
Declared in ForeSee.h

Overview

Delegates registered with the ForeSee SDK may adopt the ForeSeeDelegate protocol to receive updates about SDK’s lifecycle.

– didStartSDK

Tells the delegate when the SDK has been started. Implementation of this method is optional.

- (void)didStartSDK

Declared In

ForeSee.h

– didFailToStartSDK:

Tells the delegate when the SDK has failed to start. Implementation of this method is optional.

- (void)didFailToStartSDK:(FSErrorCode)error

Declared In

ForeSee.h