AT Internet
implementation("com.batch.android:atinternet-dispatcher:3.0.1")implementation 'com.batch.android:atinternet-dispatcher:3.0.1'D/Batch: Batch.EventDispatcher: Adding event dispatcher: package com.batch.android.dispatcher.atinternet;
.AtInternetDispatcher// Put this in your Application's onCreate()
AtInternetRegistrar().getDispatcher(this).setTrackerOverride(yourTrackerInstance)// Put this in your Application's onCreate()
new AtInternetRegistrar().getDispatcher(this).setTrackerOverride(yourTrackerInstance);Last updated

