UI

The SDK UI is embedded as a fragment within any part of an activity in the merchant's application.

Example:

If only one payment option is available and it is a wallet, the UI is automatically minimized.

The parent application must use a theme based on Theme.AppCompat (or a subclass) to prevent crashes and styling problems. This requirement is defined in the themes.xml file within the values directory of the project.

Last updated