public final class CameraScreenEvent
extends java.lang.Enum
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 Activity#onBackPressed()
). You
need to check whether all the events you are interested in are triggered.
Modifier and Type | Field and Description |
---|---|
static CameraScreenEvent |
EXIT
Triggers when the user presses back.(Screen API only)
|
static CameraScreenEvent |
HELP
Triggers when the user opens the help screen.(Screen API only)
|
static CameraScreenEvent |
TAKE_PICTURE
Triggers when the user takes a picture.(Screen API + Component API)
|
Modifier and Type | Method and Description |
---|---|
static CameraScreenEvent |
valueOf(java.lang.String name) |
static CameraScreenEvent[] |
values() |
public static final CameraScreenEvent EXIT
public static final CameraScreenEvent HELP
public static final CameraScreenEvent TAKE_PICTURE
public static CameraScreenEvent[] values()
public static CameraScreenEvent valueOf(java.lang.String name)