EventTracker

public interface EventTracker

Implement this interface and pass it to the setEventTracker to get informed about various events occuring during the usage of the Gini Capture SDK.

Check each event enum to find out which events are triggered on the different screens.

If you use the Screen API all events will be triggered automatically.

Functions

Link copied to clipboard
public abstract void onAnalysisScreenEvent(Event<AnalysisScreenEvent> event)
Called when an event is triggered on the analysis screen.
Link copied to clipboard
public abstract void onCameraScreenEvent(Event<CameraScreenEvent> event)
Called when an event is triggered on the camera screen.
Link copied to clipboard
public abstract void onOnboardingScreenEvent(Event<OnboardingScreenEvent> event)
Called when an event is triggered on the onboarding screen.
Link copied to clipboard
public abstract void onReviewScreenEvent(Event<ReviewScreenEvent> event)
Called when an event is triggered on the review screen.