Package io.ably.lib.rest
Class DeviceDetails.Push
- java.lang.Object
-
- io.ably.lib.rest.DeviceDetails.Push
-
- Enclosing class:
- DeviceDetails
public static class DeviceDetails.Push extends java.lang.ObjectContains the details of the push registration of a device.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceDetails.Push.State
-
Field Summary
Fields Modifier and Type Field Description ErrorInfoerrorReasonAnErrorInfoobject describing the most recent error when the state is Failing or Failed.com.google.gson.JsonObjectrecipientA JSON object of key-value pairs that contains of the push transport and address.DeviceDetails.Push.StatestateThe current state of the push registration.
-
Constructor Summary
Constructors Constructor Description Push()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjecttoJsonObject()
-
-
-
Field Detail
-
recipient
public com.google.gson.JsonObject recipient
A JSON object of key-value pairs that contains of the push transport and address.
-
state
public DeviceDetails.Push.State state
The current state of the push registration.
-
-