-
- All Implemented Interfaces:
public interface GiniCaptureCoordinator.ListenerInterface for the GiniCaptureCoordinator to dispatch events.
If you use the GiniCaptureCoordinator you should implement this interface in your Activity to facilitate the default behavior of the Gini Capture SDK.
-
-
Method Summary
Modifier and Type Method Description abstract voidonShowOnboarding()Called when onboarding should be shown. -
-
Method Detail
-
onShowOnboarding
abstract void onShowOnboarding()
Called when onboarding should be shown.
Is used to show the Onboarding Screen once per installation the first time the Camera Screen is started.
-
-
-
-