SBDMessageSendingStatus Constants Reference
| Declared in | SBDTypes.h |
|---|---|
| Availability | 3.0.173 |
SBDMessageSendingStatus
Constants of type to describe message’s sending status.
- SBDMessageSendingStatusNone: MUST NOT BE. If you got a message instance from SDK, the message can’t have this value.
- SBDMessageSendingStatusPending: Indicates the status of the message returned when trying to send a message. The message with the pending status 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.
- SBDMessageSendingStatusFailed: Indicates the status of the message that failed to send the message.
- SBDMessageSendingStatusSucceeded: Indicates the status of the message that success to send the message.
- SBDMessageSendingStatusCanceled: Indicates the status of the message that is canceled.
Definition
typedef NS_ENUM(NSUInteger, SBDMessageSendingStatus ) {
SBDMessageSendingStatusNone = 0,
SBDMessageSendingStatusPending,
SBDMessageSendingStatusFailed,
SBDMessageSendingStatusSucceeded,
SBDMessageSendingStatusCanceled,
};
Constants
SBDMessageSendingStatusNone-
Constants of type to describe message’s sending status.
Available in 3.0.173
Declared In
SBDTypes.h. SBDMessageSendingStatusPending-
Constants of type to describe message’s sending status.
Available in 3.0.173
Declared In
SBDTypes.h. SBDMessageSendingStatusFailed-
Constants of type to describe message’s sending status.
Available in 3.0.173
Declared In
SBDTypes.h. SBDMessageSendingStatusSucceeded-
Constants of type to describe message’s sending status.
Available in 3.0.173
Declared In
SBDTypes.h. SBDMessageSendingStatusCanceled-
Constants of type to describe message’s sending status.
Available in 3.0.173
Declared In
SBDTypes.h.
Availability
3.0.173
Declared In
SBDTypes.h