StripeUiCustomization
Functions
Link copied to clipboard
Attempt to create default customizations based off the given application's theme context
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getButtonCustomization(@NonNull buttonType: UiCustomization.ButtonType): ButtonCustomization
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setButtonCustomization(@NonNull buttonCustomization: ButtonCustomization, @NonNull buttonType: UiCustomization.ButtonType)
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
The setLabelCustomization method shall accept a LabelCustomization object.
Link copied to clipboard
The setTextBoxCustomization method shall accept a TextBoxCustomization object.
Link copied to clipboard
The setToolbarCustomization method shall accept a ToolbarCustomization object.
Link copied to clipboard