public static class DeviceDetails.Push
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceDetails.Push.State |
| Modifier and Type | Field and Description |
|---|---|
ErrorInfo |
errorReason
An
ErrorInfo object describing the most recent error when the state is Failing or Failed. |
com.google.gson.JsonObject |
recipient
A JSON object of key-value pairs that contains of the push transport and address.
|
DeviceDetails.Push.State |
state
The current state of the push registration.
|
| Constructor and Description |
|---|
Push() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
toJsonObject() |
public com.google.gson.JsonObject recipient
public DeviceDetails.Push.State state