Gini Capture Coordinator
The GiniCaptureCoordinator facilitates the default behavior for the Gini Capture Library.
You can ignore this class when using the Screen API.
If you use the Component API we recommend relying on this class to provide the default behavior of the Gini Capture Library. This can be achieved by calling the required methods at pre-defined points in your code and by implementing the GiniCaptureCoordinator.Listener .
public class GiniCaptureCoordinator
Content copied to clipboard
Constructors
GiniCaptureCoordinator
Link copied to clipboard
void GiniCaptureCoordinator(OncePerInstallEventStore oncePerInstallEventStore)
Content copied to clipboard
Types
Functions
createInstance
Link copied to clipboard
onCameraStarted
Link copied to clipboard
void onCameraStarted()
Content copied to clipboard
setListener
Link copied to clipboard
GiniCaptureCoordinator setListener(GiniCaptureCoordinator.Listener listener)
Content copied to clipboard
setShowOnboardingAtFirstRun
Link copied to clipboard
GiniCaptureCoordinator setShowOnboardingAtFirstRun(boolean showOnboardingAtFirstRun)
Content copied to clipboard
shouldShowGiniCaptureNoResultsScreen
Link copied to clipboard