|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sponsorpay.sdk.android.publisher.InterstitialLoader.InterstitialLoadingAsyncTask
public class InterstitialLoader.InterstitialLoadingAsyncTask
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 |
---|
public InterstitialLoader.InterstitialLoadingAsyncTask()
Method Detail |
---|
protected InterstitialLoader.InterstitialLoadingResults doInBackground(java.lang.String... params)
InterstitialLoader.InterstitialLoadingAsyncTask
. Will run in a background thread.
protected void onPostExecute(InterstitialLoader.InterstitialLoadingResults result)
InterstitialLoader.InterstitialLoadingAsyncTask
. Will run in the thread that triggered the load / execute process (calling
the AsyncTask.execute() method).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |