class IDFAHelper
Helper class to read out out the IDFA from Google. Also known as Google Advertiser ID. Using this library: com.google.android.gms:play-services-ads-identifier:17.0.0
IDFATask |
IDFA must not be read on UI-Thread. Using an AsyncTask. Task will send an event over EventBus with IDFA string. class IDFATask : AsyncTask<Context, Void, String> |
<init> |
Helper class to read out out the IDFA from Google. Also known as Google Advertiser ID. Using this library: com.google.android.gms:play-services-ads-identifier:17.0.0 IDFAHelper() |
getIDFA |
Get current IDFA. Check if Google Play Services must be present (!) fun getIDFA(context: Context): Unit |