class IDFATask : AsyncTask<Context, Void, String>
IDFA must not be read on UI-Thread. Using an AsyncTask. Task will send an event over EventBus with IDFA string.
<init> |
IDFA must not be read on UI-Thread. Using an AsyncTask. Task will send an event over EventBus with IDFA string. IDFATask() |
doInBackground |
fun doInBackground(vararg params: Context): String? |
onPostExecute |
fun onPostExecute(result: String?): Unit |