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

Link copied to clipboard
public enum AnalysisScreenEvent
Events triggered on the analysis screen.
Link copied to clipboard
public enum CameraScreenEvent
Events triggered on the camera screen.
Link copied to clipboard
public class Event<T extends Enum<T>>
A tracking event.
Link copied to clipboard
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.
Link copied to clipboard
public final class EventTrackingHelper
Internal use only.
Link copied to clipboard
public enum OnboardingScreenEvent
Events triggered on the onboarding screen.
Link copied to clipboard
public enum ReviewScreenEvent
Events triggered on the review screen.