StripeUiCustomization

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Attempt to create default customizations based off the given application's theme context
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun setAccentColor(@NonNull accentColor: String)
Link copied to clipboard
The setButtonCustomization method shall accept a ButtonCustomization object along with a predefined button type.
open fun setButtonCustomization(@NonNull buttonCustomization: ButtonCustomization, @NonNull buttonType: String)
This method is a variation of the setButtonCustomization method.
Link copied to clipboard
open fun setLabelCustomization(@NonNull labelCustomization: LabelCustomization)
The setLabelCustomization method shall accept a LabelCustomization object.
Link copied to clipboard
open fun setTextBoxCustomization(@NonNull textBoxCustomization: TextBoxCustomization)
The setTextBoxCustomization method shall accept a TextBoxCustomization object.
Link copied to clipboard
open fun setToolbarCustomization(@NonNull toolbarCustomization: ToolbarCustomization)
The setToolbarCustomization method shall accept a ToolbarCustomization object.
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)