-
- 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 class
UiComponentsConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<UiComponentsConfig>
CREATOR
-
Method Summary
Modifier and Type Method Description String
getUiComponentClassName(@NonNull() UiComponentType uiComponentType)
Returns the class name for the UI Component type if available. int
describeContents()
void
writeToParcel(@NonNull() Parcel parcel, int flags)
String
toString()
boolean
equals(Object o)
int
hashCode()
-
-
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()
-
-
-
-