CameraFragmentInterface

public interface CameraFragmentInterface

Methods which Camera Fragment must implement.

Functions

abstract void hideActivityIndicatorAndEnableInteraction()
Call this method to hide the activity indicator and enable user interaction.
hideInterface
Link copied to clipboard
abstract void hideInterface()
Call this method to hide the interface elements.
setListener
Link copied to clipboard
abstract void setListener(@NonNull() CameraFragmentListener listener)
Set a listener for camera events.
abstract void showActivityIndicatorAndDisableInteraction()
Call this method to show an activity indicator and disable user interaction.
showError
Link copied to clipboard
abstract void showError(@NonNull() String message, int duration)
Call this method to show an error message to the user in the Camera Screen.
showInterface
Link copied to clipboard
abstract void showInterface()
Call this method to show the interface elements.

Inheritors

CameraFragmentCompat
Link copied to clipboard
CameraActivity
Link copied to clipboard