BMXMessage_DeliveryStatus Constants Reference#
Declared in floo_proxy.h
BMXMessage_DeliveryStatus#
消息投递状态
Definition#
typedef NS_ENUM(NSInteger, BMXMessage_DeliveryStatus ) {
BMXMessage_DeliveryStatus_New,
BMXMessage_DeliveryStatus_Delivering,
BMXMessage_DeliveryStatus_Deliveried,
BMXMessage_DeliveryStatus_Failed,
BMXMessage_DeliveryStatus_Recalled,
};
Constants#
消息投递状态
Declared In floo_proxy.h.
BMXMessage_DeliveryStatus_Delivering
新创建消息
Declared In floo_proxy.h.
BMXMessage_DeliveryStatus_Deliveried
消息投递中
Declared In floo_proxy.h.
BMXMessage_DeliveryStatus_Failed
消息已投递
Declared In floo_proxy.h.
BMXMessage_DeliveryStatus_Recalled
消息投递失败
Declared In floo_proxy.h.
Declared In#
floo_proxy.h