You can customize the camera and flash in the following ways:
Display the flash button
To enable users to activate/deactivate the camera flash, passtrue
toGiniBank.setCaptureConfiguration(CaptureConfiguration(flashButtonEnabled = ))
.Set flash on by default
In our SDK the flash is set off by default, and you can set it on by passingtrue
toGiniBank.setCaptureConfiguration(CaptureConfiguration(flashOnByDefault = true))
.
For more information about UI customization, see Camera Screen.