public static abstract @interface CredentialPickerConfig.Prompt implements Annotation

The set of supported prompts to display at the top of a credential hint picker.

Constant Summary

int CONTINUE
int SIGN_IN
int SIGN_UP

Inherited Method Summary

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