Protocols

The following protocols are available globally.

  • Interface of message container.

    Since

    5.3
    See more

    Declaration

    Objective-C

    @protocol EMMessage

    Swift

    protocol EMMessage
  • Interface for accessing the meta data for some OOB messages.

    Since

    5.3
    See more

    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.3
    See more

    Declaration

    Objective-C

    @protocol EMMessengerResponse <NSObject>

    Swift

    protocol EMMessengerResponse : NSObjectProtocol
  • The protocol contains all functions to the app integrators to interact with Secure Log

    See more

    Declaration

    Objective-C

    @protocol SecureLog <NSObject>

    Swift

    protocol SecureLog : NSObjectProtocol