Class AdIdManager.FetchAdIdInfoTask

java.lang.Object
android.os.AsyncTask<Void,Void,Void>
org.prebid.mobile.rendering.utils.helpers.AdIdManager.FetchAdIdInfoTask
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
    Constructor
    Description
    FetchAdIdInfoTask(android.content.Context context, AdIdFetchListener listener)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Void
    doInBackground(Void... voids)
     
    protected void
     

    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>