EMSendMessageResponse

Objective-C


@interface EMSendMessageResponse : NSObject <EMMessengerResponse>

Swift

class EMSendMessageResponse : NSObject, EMMessengerResponse

Send message response.

Since

5.3
  • Check if the message is pending.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isMessagePending;

    Swift

    var isMessagePending: Bool { get }

    Return Value

    YES if the message is pending. Otherwise NO.