STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.messaging
/
DeliveryStatus
Delivery
Status
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
DeliveryStatus
Content copied to clipboard
Inherited functions
Properties
Properties
DELIVERY_ACKNOWLEDGED
Link copied to clipboard
val
DELIVERY_ACKNOWLEDGED
:
Int
Content copied to clipboard
when the message is acknowledged and needs user confirmation.
DELIVERY_FAIL
Link copied to clipboard
val
DELIVERY_FAIL
:
Int
Content copied to clipboard
When the message failed to be delivered to the server.
DELIVERY_PENDING
Link copied to clipboard
val
DELIVERY_PENDING
:
Int
Content copied to clipboard
When the message status is unknown.
DELIVERY_READ
Link copied to clipboard
val
DELIVERY_READ
:
Int
Content copied to clipboard
When the message is ridden by the client.
DELIVERY_SERVER_SUCCESS
Link copied to clipboard
val
DELIVERY_SERVER_SUCCESS
:
Int
Content copied to clipboard
When the message is delivered successfully to the server.
DELIVERY_SUCCESS
Link copied to clipboard
val
DELIVERY_SUCCESS
:
Int
Content copied to clipboard
When the message is received in the client side.
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard