Protocols
The following protocols are available globally.
-
Declaration
Objective-C
@protocol EMMessage
Swift
protocol EMMessage
-
Declaration
Objective-C
@protocol EMMessageMeta <NSObject>
Swift
protocol EMMessageMeta : NSObjectProtocol
-
Protocol for accessing the message response status and the details of the response.
Since
5.3Declaration
Objective-C
@protocol EMMessengerResponse <NSObject>
Swift
protocol EMMessengerResponse : NSObjectProtocol
-
The protocol contains all functions to the app integrators to interact with Secure Log
See moreDeclaration
Objective-C
@protocol SecureLog <NSObject>
Swift
protocol SecureLog : NSObjectProtocol