public static abstract @interface CredentialPickerConfig.Prompt implements Annotation
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 withPrompt.SIGN_IN
prompts the user to choose a hint to sign in withPrompt.SIGN_UP
prompts the user to choose a hint to sign up with
Constants
public static final int CONTINUE
Constant Value: 1
public static final int SIGN_IN
Constant Value: 2
public static final int SIGN_UP
Constant Value: 3