Package com.firebase.ui.auth
Class AuthMethodPickerLayout
- java.lang.Object
-
- com.firebase.ui.auth.AuthMethodPickerLayout
-
- All Implemented Interfaces:
android.os.Parcelable
public class AuthMethodPickerLayout extends java.lang.Object implements android.os.ParcelableLayout model to help customizing layout of the AuthMethodPickerActivity screen, where the user is presented with a list of sign-in providers to choose from. To create a new instance, useAuthMethodPickerLayout.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthMethodPickerLayout.BuilderBuilder forAuthMethodPickerLayout.
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<AuthMethodPickerLayout>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()intgetMainLayout()java.util.Map<java.lang.String,java.lang.Integer>getProvidersButton()intgetTosPpView()voidwriteToParcel(android.os.Parcel parcel, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<AuthMethodPickerLayout> CREATOR
-
-
Method Detail
-
getMainLayout
@LayoutRes public int getMainLayout()
-
getTosPpView
@IdRes public int getTosPpView()
-
getProvidersButton
public java.util.Map<java.lang.String,java.lang.Integer> getProvidersButton()
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel parcel, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-