Protocols

The following protocols are available globally.

  • Protocol for observing all changes that occur for a user’s login status. Notifications will always occur on the main queue.

    See more

    Declaration

    Objective-C

    @protocol SCSDKLoginStatusObserver <NSObject>

    Swift

    protocol SCSDKLoginStatusObserver : NSObjectProtocol