com.treasuredata.android.GetAdvertisingIdAsyncTaskCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of td-android-sdk Show documentation
Show all versions of td-android-sdk Show documentation
Android SDK for Treasure Data Cloud
package com.treasuredata.android;
interface GetAdvertisingIdAsyncTaskCallback {
void onGetAdvertisingIdAsyncTaskCompleted(String advertisingId);
}