PaymentButtonSize

Defines the sizes available for payment buttons. If no size is provided then it will default to medium. Button size is used for setting properties like minimum width and height to allow for the use of wrap_content where necessary along with modifying the size of the wordmark and adjusting padding within the button.

See also

used when a smaller button is desired, the minimum height will be 48dp with the wordmark having a height of 15dp and width of 61dp.

this is the default button size, the minimum height will be 48dp with the wordmark having a height of 20dp and width of 79dp.

this is the largest button size, the minimum height will be 26dp with the wordmark having a height of 26dp and width of 103dp.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.