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
[Expand]
Inherited Methods |
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
|
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)