Protocols

The following protocols are available globally.

  • Implement this protocol to get callbacks for events happening in the SDK. All methods are optional.

    See more

    Declaration

    Objective-C

    @protocol MCLDelegate <NSObject>

    Swift

    protocol MCLDelegate : NSObjectProtocol