public interface PendingDevice
| Modifier and Type | Interface and Description |
|---|---|
static class |
PendingDevice.State
The current state of the registration process.
|
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
getMetadata()
Returns a json object that holds additional metadata which can be used to identify the device in the UI.
|
java.lang.String |
getRegistrationCode()
Returns the registration code that was sent by the device.
|
RegistrationResult |
getRegistrationResult()
Returns the result of the registration process, once the device is registered.
|
PendingDevice.State |
getState()
Returns the current registration state.
|
java.lang.String |
getToken()
Retrieves the device token.
|
java.lang.String getToken()
PendingDevice.State getState()
java.lang.String getRegistrationCode()
null if the device isn't in registration mode yet.JSONObject getMetadata()
RegistrationResult getRegistrationResult()
null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"