EMOobFetchMessageResponse

Objective-C

@protocol EMOobFetchMessageResponse <EMOobMessageResponse>

Swift

protocol EMOobFetchMessageResponse : EMOobMessageResponse

EMOOB incoming message response.

Since

3.0
  • Gets the OOB incoming message.

    Since

    3.0

    Declaration

    Objective-C

    @property (nonatomic, readonly) id<EMOobIncomingMessage> oobIncomingMessage;

    Swift

    unowned(unsafe) var oobIncomingMessage: (any EMOobIncomingMessage)! { get }

    Return Value

    The incoming message from the OOB server if any, Otherwise nil.