com.sponsorpay.sdk.android.advertiser
Interface AsyncAPICaller.APIResultListener

All Known Implementing Classes:
SponsorPayAdvertiser
Enclosing class:
AsyncAPICaller

public static interface AsyncAPICaller.APIResultListener

Interface to be implemented by parties interested in the response from the SponsorPay server for the advertiser callback.


Method Summary
 void onAPIResponse(boolean wasSuccessful)
          Invoked when we receive a response for the advertiser callback request.
 

Method Detail

onAPIResponse

void onAPIResponse(boolean wasSuccessful)
Invoked when we receive a response for the advertiser callback request.

Parameters:
wasSuccessful - true if the request was successful, false otherwise.