-
- All Implemented Interfaces:
-
com.ai.osmos.tracking.tracker.AdTrackerInterface
public abstract class BaseAdTracker implements AdTrackerInterface
Project Name: OSMOS-Android-SDK File Name: BaseAdTracker
Base implementation for all ad tracking functionality. Eliminates code duplication between AdTracker and PersistentAdTracker.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBaseAdTracker.Companion
-
Constructor Summary
Constructors Constructor Description BaseAdTracker(Config config)
-
Method Summary
Modifier and Type Method Description UnitsetErrorCallback(ErrorCallback callback)Set an error callback to handle errors that occur during tracking. -
-
Constructor Detail
-
BaseAdTracker
BaseAdTracker(Config config)
-
-
Method Detail
-
setErrorCallback
Unit setErrorCallback(ErrorCallback callback)
Set an error callback to handle errors that occur during tracking.
-
-
-
-