Protocols
The following protocols are available globally.
-
Implement this protocol to get callbacks for events happening in the SDK. All methods are optional.
See moreDeclaration
Objective-C
@protocol MCLDelegate <NSObject>
Swift
protocol MCLDelegate : NSObjectProtocol