Camera Fragment Interface
public interface CameraFragmentInterface
Content copied to clipboard
Methods which both Camera Fragments must implement.
Functions
hide Activity Indicator And Enable Interaction
Link copied to clipboard
abstract void hideActivityIndicatorAndEnableInteraction()
Content copied to clipboard
Call this method to hide the activity indicator and enable user interaction.
hide Camera Trigger Button
Link copied to clipboard
Call this method to hide the camera trigger button.
hide Document Corner Guides
Link copied to clipboard
Call this method to hide the document corner guides.
hide Interface
Link copied to clipboard
abstract void hideInterface()
Content copied to clipboard
Call this method to hide the interface elements.
set Listener
Link copied to clipboard
Set a listener for camera events.
show Activity Indicator And Disable Interaction
Link copied to clipboard
abstract void showActivityIndicatorAndDisableInteraction()
Content copied to clipboard
Call this method to show an activity indicator and disable user interaction.
show Camera Trigger Button
Link copied to clipboard
Call this method to show the camera trigger button.
show Document Corner Guides
Link copied to clipboard
Call this method to show the document corner guides.
show Interface
Link copied to clipboard
abstract void showInterface()
Content copied to clipboard
Call this method to show the interface elements.
Inheritors
CameraFragmentCompat
Link copied to clipboard
CameraActivity
Link copied to clipboard
CameraFragmentStandard
Link copied to clipboard