Package 

Object PersistentAdTracker.Companion

    • Method Summary

      Modifier and Type Method Description
      final AdTrackerInterface create(Context context, CoroutineScope coroutineScope, Config config) Factory method to create PersistentAdTracker with fallback support.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 WorkManager
        coroutineScope - CoroutineScope for fallback tracker