Package com.firebase.ui.auth
Class AuthMethodPickerLayout
- java.lang.Object
-
- com.firebase.ui.auth.AuthMethodPickerLayout
-
- All Implemented Interfaces:
Parcelable
public class AuthMethodPickerLayout extends Object implements Parcelable
Layout 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.-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Parcelable.Creator<AuthMethodPickerLayout>CREATOR-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()intgetMainLayout()Map<String,Integer>getProvidersButton()intgetTosPpView()voidwriteToParcel(Parcel parcel, int flags)
-
-
-
Field Detail
-
CREATOR
public static final Parcelable.Creator<AuthMethodPickerLayout> CREATOR
-
-
Method Detail
-
getMainLayout
@LayoutRes public int getMainLayout()
-
getTosPpView
@IdRes public int getTosPpView()
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceParcelable
-
writeToParcel
public void writeToParcel(Parcel parcel, int flags)
- Specified by:
writeToParcelin interfaceParcelable
-
-