Class YubiKeyPromptAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static 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.
      static int RESULT_CONTINUE
      A special result code which will reset the dialog state to continue processing additional YubiKeys.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • YubiKeyPromptAction

        public YubiKeyPromptAction()