DeliveryStatus

annotation class DeliveryStatus

Properties

Link copied to clipboard
val DELIVERY_ACKNOWLEDGED: Int
when the message is acknowledged and needs user confirmation.
Link copied to clipboard
val DELIVERY_FAIL: Int
When the message failed to be delivered to the server.
Link copied to clipboard
val DELIVERY_PENDING: Int
When the message status is unknown.
Link copied to clipboard
val DELIVERY_READ: Int
When the message is ridden by the client.
Link copied to clipboard
val DELIVERY_SERVER_SUCCESS: Int
When the message is delivered successfully to the server.
Link copied to clipboard
val DELIVERY_SUCCESS: Int
When the message is received in the client side.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String