Android APIs
public final class

CredentialPickerConfig

extends Object
implements 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
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<CredentialPickerConfig> CREATOR
Public Methods
int describeContents()
boolean isForNewAccount()
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 int describeContents ()

public boolean isForNewAccount ()

public boolean shouldShowAddAccountButton ()

public boolean shouldShowCancelButton ()

public void writeToParcel (Parcel out, int flags)