public interface RegistrationService
| Modifier and Type | Method and Description |
|---|---|
PendingDevice |
getDevice(java.lang.String token)
Returns the temporary registration device with the given id or
null if it does not exist. |
java.util.Iterator<PendingDevice> |
getDevices(PendingDevice.State state)
Lists all registration devices that are in the given state.
|
PendingDevice getDevice(java.lang.String token)
null if it does not exist.token - the device registration tokennulljava.util.Iterator<PendingDevice> getDevices(PendingDevice.State state)
state - The state filter or null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"