SBDMessageRequestState Constants Reference
| Declared in | SBDTypes.h |
|---|---|
| Availability | 3.0.141 |
SBDMessageRequestState
Constants of type to describe message’s request state
- SBDMessageRequestStateNone: MUST NOT BE. If you got a message instance from SDK, the message can’t have this value.
- SBDMessageRequestStatePending: Indicates the state of the message returned when trying to send a message. The message with the pending state means that is not dispatched completely to the Sendbird server. The pending message should be replaced with a message (failed or succeeded) from the callback.
- SBDMessageRequestStateFailed: Indicates the state of the message that failed to send the message.
- SBDMessageRequestStateSucceeded: Indicates the state of the message that success to send the message.
Definition
typedef NS_ENUM(NSUInteger, SBDMessageRequestState ) {
SBDMessageRequestStateNone = 0,
SBDMessageRequestStatePending,
SBDMessageRequestStateFailed,
SBDMessageRequestStateSucceeded,
};
Constants
SBDMessageRequestStateNone-
Constants of type to describe message’s request state (Deprecated: 3.0.173. Use
SBDMessageSendingStatusinstead.)Available in 3.0.141
Declared In
SBDTypes.h. SBDMessageRequestStatePending-
Constants of type to describe message’s request state (Deprecated: 3.0.173. Use
SBDMessageSendingStatusinstead.)Available in 3.0.141
Declared In
SBDTypes.h. SBDMessageRequestStateFailed-
Constants of type to describe message’s request state (Deprecated: 3.0.173. Use
SBDMessageSendingStatusinstead.)Available in 3.0.141
Declared In
SBDTypes.h. SBDMessageRequestStateSucceeded-
Constants of type to describe message’s request state (Deprecated: 3.0.173. Use
SBDMessageSendingStatusinstead.)Available in 3.0.141
Declared In
SBDTypes.h.
Availability
3.0.141
Declared In
SBDTypes.h