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.
Link copied to clipboard
abstract void hideInterface()
Call this method to hide the interface elements.
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.
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.
Link copied to clipboard
abstract void showInterface()
Call this method to show the interface elements.

Inheritors

Link copied to clipboard
Link copied to clipboard