Package com.yubico.yubikit.android.ui
Class YubiKeyPromptAction
- java.lang.Object
-
- com.yubico.yubikit.android.ui.YubiKeyPromptAction
-
- Direct Known Subclasses:
YubiKeyPromptConnectionAction
public abstract class YubiKeyPromptAction extends java.lang.ObjectAction to be performed by aYubiKeyPromptActivitywhen a YubiKey is attached. Extend this class to handle an attached YubiKey from a YubiKeyPromptActivity.See also
YubiKeyPromptConnectionActionfor an alternative which handles YubiKeys for a specific connection type.
-
-
Field Summary
Fields Modifier and Type Field Description static com.yubico.yubikit.core.util.Pair<java.lang.Integer,android.content.Intent>CONTINUEA result Pair used to keep the dialog open to continue processing YubiKeys.static intRESULT_CONTINUEA special result code which will reset the dialog state to continue processing additional YubiKeys.
-
Constructor Summary
Constructors Constructor Description YubiKeyPromptAction()
-
-
-
Field Detail
-
RESULT_CONTINUE
public static final int RESULT_CONTINUE
A special result code which will reset the dialog state to continue processing additional YubiKeys.- See Also:
- Constant Field Values
-
CONTINUE
public static final com.yubico.yubikit.core.util.Pair<java.lang.Integer,android.content.Intent> CONTINUE
A result Pair used to keep the dialog open to continue processing YubiKeys.
-
-