com.sponsorpay.sdk.android.publisher
Class InterstitialLoader.InterstitialLoadingAsyncTask

java.lang.Object
  extended by 
      extended by com.sponsorpay.sdk.android.publisher.InterstitialLoader.InterstitialLoadingAsyncTask
Enclosing class:
InterstitialLoader

public class InterstitialLoader.InterstitialLoadingAsyncTask
extends

Requests and loads an interstitial ad in the background. Will call the InterstitialLoader.InterstitialLoadingStatusListener registered in the InterstitialLoader in the same thread which triggered the request / loading process. Uses the Android InterstitialLoader.InterstitialLoadingAsyncTask mechanism.

Used by InterstitialLoader to perform the background request / loading.


Constructor Summary
InterstitialLoader.InterstitialLoadingAsyncTask()
           
 
Method Summary
protected  InterstitialLoader.InterstitialLoadingResults doInBackground(java.lang.String... params)
          Overrided from InterstitialLoader.InterstitialLoadingAsyncTask.
protected  void onPostExecute(InterstitialLoader.InterstitialLoadingResults result)
          Override from InterstitialLoader.InterstitialLoadingAsyncTask.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterstitialLoader.InterstitialLoadingAsyncTask

public InterstitialLoader.InterstitialLoadingAsyncTask()
Method Detail

doInBackground

protected InterstitialLoader.InterstitialLoadingResults doInBackground(java.lang.String... params)
Overrided from InterstitialLoader.InterstitialLoadingAsyncTask. Will run in a background thread.


onPostExecute

protected void onPostExecute(InterstitialLoader.InterstitialLoadingResults result)
Override from InterstitialLoader.InterstitialLoadingAsyncTask. Will run in the thread that triggered the load / execute process (calling the AsyncTask.execute() method).