Uses of Class
com.sponsorpay.sdk.android.publisher.AsyncRequest

Packages that use AsyncRequest
com.sponsorpay.sdk.android.publisher   
 

Uses of AsyncRequest in com.sponsorpay.sdk.android.publisher
 

Fields in com.sponsorpay.sdk.android.publisher declared as AsyncRequest
private  AsyncRequest OfferBannerRequest.mAsyncRequest
          AsyncRequest used to send the request in the background.
private  AsyncRequest InterstitialLoader.mAsyncRequest
           
 

Methods in com.sponsorpay.sdk.android.publisher with parameters of type AsyncRequest
private  void InterstitialLoader.launchInterstitialActivity(AsyncRequest request)
          Launches the InterstitialActivity with the initial contents of the interstitial ad, the initial base URL for images, scripts and other dependencies, and the desired behavior for staying open after user redirection.
 void OfferBannerRequest.onAsyncRequestComplete(AsyncRequest request)
          Called by the OfferBannerRequest.mAsyncRequest instance when the background request's results are available.
 void InterstitialLoader.onAsyncRequestComplete(AsyncRequest request)
          Called when the results of the interstitial request are available, i.e.
 void AsyncRequest.ResultListener.onAsyncRequestComplete(AsyncRequest request)