Uses of Interface
com.sponsorpay.sdk.android.publisher.AsyncRequest.ResultListener

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

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

Classes in com.sponsorpay.sdk.android.publisher that implement AsyncRequest.ResultListener
 class InterstitialLoader
           Performs the request for the interstitial in the background, notifies a registered listener of the results and shows the InterstitialActivity if and ad is returned.
 class OfferBannerRequest
          Requests a new offer banner to the SponsorPay server and notifies the registered SPOfferBannerListener of the result of the request.
 

Fields in com.sponsorpay.sdk.android.publisher declared as AsyncRequest.ResultListener
private  AsyncRequest.ResultListener AsyncRequest.mResultListener
          Registered AsyncRequest.ResultListener to be notified of the request's results when they become available.
 

Constructors in com.sponsorpay.sdk.android.publisher with parameters of type AsyncRequest.ResultListener
AsyncRequest(java.lang.String requestUrl, AsyncRequest.ResultListener listener)