public static interface DeviceMessageQueue.Entry
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the message of the entry
|
JSONObject |
getPayload()
Returns the payload of the entry or
null if it does not contain a payload. |
boolean |
isAcknowledged()
Returns whether the message of the entry is acknowledged or not
|
boolean |
isDelivered()
Returns whether the message of the entry was delivered or not
|
boolean |
requiresAck()
Returns whether the message of the entry requires acknowledgement or not
|
java.lang.String getMessage()
JSONObject getPayload()
null
if it does not contain a payload.boolean requiresAck()
boolean isAcknowledged()
boolean isDelivered()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"