public class AuthMethodPickerLayout extends Object implements Parcelable
AuthMethodPickerLayout.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
AuthMethodPickerLayout.Builder
Builder for
AuthMethodPickerLayout. |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<AuthMethodPickerLayout> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getMainLayout() |
Map<String,Integer> |
getProvidersButton() |
int |
getTosPpView() |
void |
writeToParcel(Parcel parcel,
int flags) |
public static final Parcelable.Creator<AuthMethodPickerLayout> CREATOR
@LayoutRes public int getMainLayout()
@IdRes public int getTosPpView()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int flags)
writeToParcel in interface Parcelable