Skip navigation links

Package net.gini.android.vision.tracking

Contains the interface, enums and classes used for tracking various events which occur during the usage of the Gini Vision Library.

See: Description

Package net.gini.android.vision.tracking Description

Contains the interface, enums and classes used for tracking various events which occur during the usage of the Gini Vision Library.

Implement the EventTracker interface and pass it to the GiniVision.Builder.setEventTracker(net.gini.android.vision.tracking.EventTracker) when creating a new GiniVision instance.

Check each screens event enum to see which events are triggered.

Skip navigation links