- Enclosing class:
- AdIdManager
public static class AdIdManager.FetchAdIdInfoTask
extends android.os.AsyncTask<Void,Void,Void>
-
Nested Class Summary
Nested classes/interfaces inherited from class android.os.AsyncTask
android.os.AsyncTask.Status
-
Field Summary
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FetchAdIdInfoTask
public FetchAdIdInfoTask(android.content.Context context,
AdIdFetchListener listener)
-
Method Details
-
doInBackground
protected Void doInBackground(Void... voids)
- Specified by:
doInBackground in class android.os.AsyncTask<Void,Void,Void>
-
onPostExecute
protected void onPostExecute(Void aVoid)
- Overrides:
onPostExecute in class android.os.AsyncTask<Void,Void,Void>