CameraScreenEvent
Events triggered on the camera screen.
If you use the Screen API all events will be triggered automatically.
If you use the Component API some events will not be triggered (for ex. events which rely on onBackPressed ). You need to check whether all the events you are interested in are triggered.
public enum CameraScreenEvent
Content copied to clipboard
Entries
EXIT
Link copied to clipboard
Triggers when the user presses back.(Screen API only)
EXIT
Content copied to clipboard
HELP
Link copied to clipboard
Triggers when the user opens the help screen.(Screen API only)
HELP
Content copied to clipboard
TAKE_PICTURE
Link copied to clipboard
Triggers when the user takes a picture.(Screen API + Component API)
TAKE_PICTURE
Content copied to clipboard