The set of supported prompts to display at the top of a credential hint picker.
Prompt.CONTINUE prompts the user to choose a hint to continue with
Prompt.SIGN_IN prompts the user to choose a hint to sign in with
Prompt.SIGN_UP prompts the user to choose a hint to sign up with
Inherited Method Summary
From interface java.lang.annotation.Annotation
|
abstract Class<? extends Annotation>
|
annotationType()
|
| abstract boolean |
|
| abstract int |
hashCode()
|
|
abstract String
|
toString()
|
Constants
public static final int
CONTINUE
public static final int
SIGN_IN
public static final int
SIGN_UP