CameraScreenEventType
public enum CameraScreenEventType : String
                Event types relating to the camera screen.
- 
                  
                  
User closed the camera screen
Declaration
Swift
case exit - 
                  
                  
User tapped “Help” on the camera screen
Declaration
Swift
case help - 
                  
                  
User took a picture
Declaration
Swift
case takePicture 
    
        
            View on GitHub
          
      CameraScreenEventType Enumeration Reference