AI-generated Key Takeaways
-
ButtonConstants contains enumerations for button themes and types.
-
ButtonConstants is a collection of constants used by PayButton.
-
ButtonOptions defines configurations for the Android Dynamic Button, with a dedicated Builder class.
-
PayButton is an API that creates a View to render a dynamic payment button based on provided ButtonOptions.
Annotations
| ButtonConstants.ButtonTheme | An enumeration of button themes. |
| ButtonConstants.ButtonType | An enumeration of button types. |
Classes
| ButtonConstants | A collection of constants used by PayButton |
| ButtonOptions | Define configurations for Android Dynamic Button |
| ButtonOptions.Builder | Builder for building ButtonOptions. |
| PayButton | The API creates a View to render a dynamic payment
button based on the provided ButtonOptions. |