-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum CameraScreenEventEvents triggered on the camera screen.
If you use the Screen API all events will be triggered automatically.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXITTriggers when the user presses back.(Screen API only)
HELPTriggers when the user opens the help screen.(Screen API only)
TAKE_PICTURETriggers when the user takes a picture.(Screen API)
-
Method Summary
Modifier and Type Method Description static Array<CameraScreenEvent>values()static CameraScreenEventvalueOf(String name)-
-
Method Detail
-
values
static Array<CameraScreenEvent> values()
-
valueOf
static CameraScreenEvent valueOf(String name)
-
-
-
-