EMOobMessageResponse

Objective-C

@protocol EMOobMessageResponse <EMOobResponse>

Swift

protocol EMOobMessageResponse : EMOobResponse

OOB message response.

Since

3.0
  • Checks whether there is any message pending on the OOB server.

    Since

    3.0

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isMessagePending;

    Swift

    var isMessagePending: Bool { get }

    Return Value

    YES if there is a pending message on the server, NO otherwise.