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
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.