Package net. gini. android. capture. tracking
Contains the interface, enums and classes used for tracking various events which occur during the usage of the Gini Capture SDK.
Implement the net.gini.android.capture.tracking.EventTracker interface and pass it to the net.gini.android.capture.GiniCapture.Builder.setEventTracker(net.gini.android.capture.tracking.EventTracker) when creating a new GiniCapture instance.
Check each screens event enum to see which events are triggered.
Types
AnalysisScreenEvent
Link copied to clipboard
public enum AnalysisScreenEvent
Content copied to clipboard
CameraScreenEvent
Link copied to clipboard
public enum CameraScreenEvent
Content copied to clipboard
EventTracker
Link copied to clipboard
public interface EventTracker
Content copied to clipboard
EventTrackingHelper
Link copied to clipboard
public final class EventTrackingHelper
Content copied to clipboard
OnboardingScreenEvent
Link copied to clipboard
public enum OnboardingScreenEvent
Content copied to clipboard
ReviewScreenEvent
Link copied to clipboard
public enum ReviewScreenEvent
Content copied to clipboard