-
- All Implemented Interfaces:
-
android.os.Parcelable
public class UiComponentsConfig implements Parcelable
This class contains the UI Components configuration for the checkout.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUiComponentsConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<UiComponentsConfig>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetUiComponentClassName(@NonNull() UiComponentType uiComponentType)Returns the class name for the UI Component type if available. intdescribeContents()voidwriteToParcel(@NonNull() Parcel parcel, int flags)StringtoString()booleanequals(Object o)inthashCode()-
-
Method Detail
-
getUiComponentClassName
@Nullable() String getUiComponentClassName(@NonNull() UiComponentType uiComponentType)
Returns the class name for the UI Component type if available.
- Parameters:
uiComponentType- The UiComponentType.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel parcel, int flags)
-
hashCode
int hashCode()
-
-
-
-