public interface CradleUnlockKeyEventListener
UnlockKeyStatus notifies the listener about the
position of the Unlock Key into the Cradle, among
UnlockKeyStatus.UNLOCK_KEY_STATUS_INSERTED,
UnlockKeyStatus.UNLOCK_KEY_STATUS_EXTRACTED,
UnlockKeyStatus.UNLOCK_KEY_STATUS_UNKNOWN (in case of errors),
or UnlockKeyStatus.UNLOCK_KEY_STATUS_NOT_SUPPORTED
(if the device or the cradle do not support this type of notification).| Modifier and Type | Method and Description |
|---|---|
void |
onUnlockKeyEvent(UnlockKeyStatus state)
This method is called when the Unlock Key has been inserted
into or extracted from the Cradle.
|
void onUnlockKeyEvent(UnlockKeyStatus state)