Add Company Logo
By default, the Checkout form uses the logo specified in the Account & Settings section of the Dashboard. You can also set a custom logo in the Checkout form. Call the following method before you call theopen method.
Add Custom Company Logo
Handy TipsYou can also pass the logo image as one of the checkout
options.
If you pass the image in options as well as through drawable, the image from drawable appears as the Checkout logo.Disable Checkout in Full Screen
The Checkout form runs in a separate activity. This activity picks up the theme from the Manifest file. Therefore, if you have a full screen theme, even the Checkout will run in full screen. It is suggested to disable the Checkout in full screen mode to enable the user to switch between various apps, for example, while entering the OTP. If your app is in full screen mode, you can disable it for Checkout by calling the following method:Disable Full Screen