Package com.yubico.yubikit.android.ui
Class YubiKeyPromptConnectionAction
-
- All Implemented Interfaces:
public abstract class YubiKeyPromptConnectionAction<T extends YubiKeyConnection> extends YubiKeyPromptAction
Action to be performed by a YubiKeyPromptActivity when a YubiKey is attached.
Extend this class to handle an attached YubiKey from a YubiKeyPromptActivity, capable of providing a specific type of connection.
-
-
Field Summary
Fields Modifier and Type Field Description public final static intRESULT_CONTINUEpublic final static Pair<Integer, Intent>CONTINUE
-