public static abstract @interface

CredentialPickerConfig.Prompt

implements Annotation
com.google.android.gms.auth.api.credentials.CredentialPickerConfig.Prompt

Class Overview

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

Summary

Constants
int CONTINUE
int SIGN_IN
int SIGN_UP
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int CONTINUE

Constant Value: 1 (0x00000001)

public static final int SIGN_IN

Constant Value: 2 (0x00000002)

public static final int SIGN_UP

Constant Value: 3 (0x00000003)