EMSendMessageResponse
@interface EMSendMessageResponse : NSObject <EMMessengerResponse>
Send message response.
Since
5.3-
Check if the message is pending.
Declaration
Objective-C
@property (readonly, nonatomic) BOOL isMessagePending;
Swift
var isMessagePending: Bool { get }
Return Value
YES
if the message is pending. OtherwiseNO
.