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.
If you use the Component API some events will not be triggered (for ex. events which rely on onBackPressed ). You need to check whether all the events you are interested in are triggered.
public interface EventTracker
Content copied to clipboard
Functions
onAnalysisScreenEvent
Link copied to clipboard
onCameraScreenEvent
Link copied to clipboard
onOnboardingScreenEvent
Link copied to clipboard
abstract void onOnboardingScreenEvent(Event<OnboardingScreenEvent> event)
Content copied to clipboard
onReviewScreenEvent
Link copied to clipboard