Package 

Enum CameraScreenEvent

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EXIT

      Triggers when the user presses back.(Screen API only)

      HELP

      Triggers when the user opens the help screen.(Screen API only)

      TAKE_PICTURE

      Triggers when the user takes a picture.(Screen API + Component API)