Package io.ably.lib.rest
Class DeviceDetails.Push
java.lang.Object
io.ably.lib.rest.DeviceDetails.Push
- Enclosing class:
- DeviceDetails
Contains the details of the push registration of a device.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionAnErrorInfo
object describing the most recent error when the state is Failing or Failed.com.google.gson.JsonObject
A JSON object of key-value pairs that contains of the push transport and address.The current state of the push registration. -
Constructor Summary
-
Method Summary
-
Field Details
-
recipient
public com.google.gson.JsonObject recipientA JSON object of key-value pairs that contains of the push transport and address. -
state
The current state of the push registration. -
errorReason
AnErrorInfo
object describing the most recent error when the state is Failing or Failed.
-
-
Constructor Details
-
Push
public Push()
-
-
Method Details
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()
-