Skip to end of banner
Go to start of banner

Camera and Flash

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

You can customize the camera and flash in the following ways:

  • Activate the flash toggle button
    To enable users to toggle the camera flash, pass true to GiniBank.setCaptureConfiguration(CaptureConfiguration(flashButtonEnabled = )).

  • Turn off flash by default
    Flash is on by default, and you can turn it off by passing false to GiniBank.setCaptureConfiguration(CaptureConfiguration(flashOnByDefault = )).

Read more in UI Customization Guide Camera Screen.

  • No labels