Listener

Interface for the GiniVisionCoordinator to dispatch events.

If you use the GiniVisionCoordinator you should implement this interface in your Activity to facilitate the default behavior of the Gini Vision Library.

public interface Listener

Functions

onShowOnboarding
Link copied to clipboard

Called when onboarding should be shown.

Is used to show the Onboarding Screen once per installation the first time the Camera Screen is started.

abstract void onShowOnboarding()