Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

  • Turn off Set flash on by default
    Flash is on In our SDK the flash is set off by default, and you can turn set it off on by passing false true to GiniBank.setCaptureConfiguration(CaptureConfiguration(flashOnByDefault = true)).

For more information about UI customization, see Camera Screen.

...