Class AuthMethodPickerLayout

  • All Implemented Interfaces:
    android.os.Parcelable

    public class AuthMethodPickerLayout
    extends java.lang.Object
    implements android.os.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, use AuthMethodPickerLayout.Builder.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AuthMethodPickerLayout.Builder
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<AuthMethodPickerLayout> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • 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:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel parcel,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable