public final class

CredentialPickerConfig

extends Object
implements Parcelable Parcelable
java.lang.Object
   ↳ com.google.android.gms.auth.api.credentials.CredentialPickerConfig

Class Overview

Configuration for credential picker.

Summary

Nested Classes
class CredentialPickerConfig.Builder Builder for CredentialPickerConfig
@interface CredentialPickerConfig.Prompt The set of supported prompts to display at the top of a credential hint picker. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<CredentialPickerConfig> CREATOR
Public Methods
boolean isForNewAccount()
This method is deprecated. It was determined that this method was not useful for developers.
boolean shouldShowAddAccountButton()
boolean shouldShowCancelButton()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<CredentialPickerConfig> CREATOR

Public Methods

public boolean isForNewAccount ()

This method is deprecated.
It was determined that this method was not useful for developers.

Returns
boolean

public boolean shouldShowAddAccountButton ()

Returns
boolean

public boolean shouldShowCancelButton ()

Returns
boolean

public void writeToParcel (Parcel out, int flags)

Parameters
out Parcel
flags int