Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
You can enable customize the camera and flash in the following ways:
Activate the flash toggle button
...
To enable users to toggle the camera flash, passtrue
toGiniCapture.Builder.setFlashButtonEnabled()
.Turn off flash by default
Flash is on by default
...
, and you can turn it off by passing
false
toGiniCapture.Builder.setFlashOnByDefault()
.
Red Read more in UI Customization Guide Camera Screen.