-
public class PersistentAdTracker.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PersistentAdTracker.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AdTrackerInterfacecreate(Context context, CoroutineScope coroutineScope, Config config)Factory method to create PersistentAdTracker with fallback support. -
-
Method Detail
-
create
final AdTrackerInterface create(Context context, CoroutineScope coroutineScope, Config config)
Factory method to create PersistentAdTracker with fallback support.
This is the recommended way to create a PersistentAdTracker instance as it automatically sets up the fallback mechanism.
- Parameters:
context- Application context for WorkManagercoroutineScope- CoroutineScope for fallback tracker
-
-
-
-