A B C D E F G H I L M N O P R S T U V W

O

OfferBanner - Class in com.sponsorpay.sdk.android.publisher
Encloses an offer advertisement banner returned by the SponsorPay server.
OfferBanner(Context, String, String, String[], OfferBanner.AdShape) - Constructor for class com.sponsorpay.sdk.android.publisher.OfferBanner
Constructor.
OfferBanner.AdShape - Class in com.sponsorpay.sdk.android.publisher
Encloses a shape for an advertisement banner: width, height and string description.
OfferBanner.AdShape(int, int, String) - Constructor for class com.sponsorpay.sdk.android.publisher.OfferBanner.AdShape
 
OFFERBANNER_PRODUCTION_BASE_URL - Static variable in class com.sponsorpay.sdk.android.publisher.OfferBannerRequest
 
OFFERBANNER_PRODUCTION_DOMAIN - Static variable in class com.sponsorpay.sdk.android.publisher.OfferBannerRequest
 
OFFERBANNER_STAGING_BASE_URL - Static variable in class com.sponsorpay.sdk.android.publisher.OfferBannerRequest
 
OFFERBANNER_STAGING_DOMAIN - Static variable in class com.sponsorpay.sdk.android.publisher.OfferBannerRequest
 
OfferBannerRequest - Class in com.sponsorpay.sdk.android.publisher
Requests a new offer banner to the SponsorPay server and notifies the registered SPOfferBannerListener of the result of the request.
OfferBannerRequest(Context, String, HostInfo, SPOfferBannerListener, OfferBanner.AdShape, String) - Constructor for class com.sponsorpay.sdk.android.publisher.OfferBannerRequest
Initializes a new instance and sends the request immediately.
OFFERWALL_PRODUCTION_BASE_URL - Static variable in class com.sponsorpay.sdk.android.publisher.OfferWallActivity
Sponsorpay's URL to contact within the web view
OFFERWALL_STAGING_BASE_URL - Static variable in class com.sponsorpay.sdk.android.publisher.OfferWallActivity
 
OfferWallActivity - Class in com.sponsorpay.sdk.android.publisher
Retrieves the SponsorPay mobile Offer Wall and shows it embedded in a WebView.
OfferWallActivity() - Constructor for class com.sponsorpay.sdk.android.publisher.OfferWallActivity
 
OfferWebClient - Class in com.sponsorpay.sdk.android.publisher
WebViewClient implementing common functionality for WebView instances displaying SponsorPay offers.
OfferWebClient() - Constructor for class com.sponsorpay.sdk.android.publisher.OfferWebClient
 
onAPIResponse(boolean) - Method in interface com.sponsorpay.sdk.android.advertiser.AdvertiserCallbackSender.APIResultListener
Invoked when we receive a response for the advertiser callback request.
onAPIResponse(boolean) - Method in class com.sponsorpay.sdk.android.advertiser.SponsorPayAdvertiser
This method is invoked when a response for the advertiser callback is received.
onAsyncRequestComplete(AsyncRequest) - Method in interface com.sponsorpay.sdk.android.publisher.AsyncRequest.ResultListener
 
onAsyncRequestComplete(AsyncRequest) - Method in class com.sponsorpay.sdk.android.publisher.InterstitialLoader
Called when the results of the interstitial request are available, i.e.
onAsyncRequestComplete(AsyncRequest) - Method in class com.sponsorpay.sdk.android.publisher.OfferBannerRequest
Called by the OfferBannerRequest.mAsyncRequest instance when the background request's results are available.
onCreate(Bundle) - Method in class com.sponsorpay.sdk.android.publisher.InterstitialActivity
 
onCreate(Bundle) - Method in class com.sponsorpay.sdk.android.publisher.OfferWallActivity
Overriden from Activity.
onCurrencyServerResponse(VirtualCurrencyConnector.CurrencyServerRequestAsyncTask) - Method in class com.sponsorpay.sdk.android.publisher.currency.VirtualCurrencyConnector
Called by VirtualCurrencyConnector.CurrencyServerRequestAsyncTask when a response from the currency server is received.
onInterstitialLoadingTimeOut() - Method in interface com.sponsorpay.sdk.android.publisher.InterstitialLoader.InterstitialLoadingStatusListener
Invoked when the interstitial ad request or the loading of the interstitial contents could not be performed within the amount of time defined by the loading timeout value.
onInterstitialRequestError() - Method in interface com.sponsorpay.sdk.android.publisher.InterstitialLoader.InterstitialLoadingStatusListener
Invoked when the interstitial ad could not be requested or loaded due to an error.
onNoInterstitialAvailable() - Method in interface com.sponsorpay.sdk.android.publisher.InterstitialLoader.InterstitialLoadingStatusListener
Invoked when a response has been received from SponsorPayÕs backend indicating that no interstitial ad is available for this particular request.
onPause() - Method in class com.sponsorpay.sdk.android.publisher.OfferWallActivity
 
onPostExecute(Boolean) - Method in class com.sponsorpay.sdk.android.advertiser.AdvertiserCallbackSender
This method is called by the Android AsyncTask implementation in the UI thread (or the thread which invoked AdvertiserCallbackSender.trigger()) when #doInBackground(AdvertiserHostInfo...) returns.
onPostExecute(Void) - Method in class com.sponsorpay.sdk.android.publisher.AsyncRequest
Called in the original thread when a response from the server is available.
onPostExecute(Void) - Method in class com.sponsorpay.sdk.android.publisher.currency.VirtualCurrencyConnector.CurrencyServerRequestAsyncTask
Called in the original thread when a response from the server is available.
onReceive(Context, Intent) - Method in class com.sponsorpay.sdk.android.advertiser.SponsorPayCallbackDelayer
onReceived method overridden from BroadcastReceiver.
onResume() - Method in class com.sponsorpay.sdk.android.publisher.OfferWallActivity
Overriden from Activity.
onSPCurrencyDeltaReceived(CurrencyServerDeltaOfCoinsResponse) - Method in interface com.sponsorpay.sdk.android.publisher.currency.SPCurrencyServerListener
Called when a response containing the currency delta for a given user has been answered by the SponsorPay's Virtual Currency Server.
onSPCurrencyDeltaReceived(CurrencyServerDeltaOfCoinsResponse) - Method in class com.sponsorpay.sdk.android.publisher.currency.VirtualCurrencyConnector
Implemented from SPCurrencyServerListener.
onSPCurrencyServerError(CurrencyServerAbstractResponse) - Method in interface com.sponsorpay.sdk.android.publisher.currency.SPCurrencyServerListener
Called when a request to SponsorPay's Virtual Currency Server resulted in an error.
onSPCurrencyServerError(CurrencyServerAbstractResponse) - Method in class com.sponsorpay.sdk.android.publisher.currency.VirtualCurrencyConnector
Implemented from SPCurrencyServerListener.
onSPOfferBannerAvailable(OfferBanner) - Method in interface com.sponsorpay.sdk.android.publisher.SPOfferBannerListener
Invoked when an available banner has been returned by the back end.
onSPOfferBannerNotAvailable(OfferBannerRequest) - Method in interface com.sponsorpay.sdk.android.publisher.SPOfferBannerListener
Invoked when the back end cannot provide a banner for this request.
onSPOfferBannerRequestError(OfferBannerRequest) - Method in interface com.sponsorpay.sdk.android.publisher.SPOfferBannerListener
Invoked when the request results in a local error, usually due to a problem connecting to the network.
onSponsorPayExitScheme(int, String) - Method in class com.sponsorpay.sdk.android.publisher.ActivityOfferWebClient
 
onSponsorPayExitScheme(int, String) - Method in class com.sponsorpay.sdk.android.publisher.OfferWebClient
 
onWillShowInterstitial() - Method in interface com.sponsorpay.sdk.android.publisher.InterstitialLoader.InterstitialLoadingStatusListener
Invoked when SponsorPayÕs backend has returned an ad.
OS_VERSION_KEY - Static variable in class com.sponsorpay.sdk.android.UrlBuilder
The OS version key for encoding the corresponding URL parameter.

A B C D E F G H I L M N O P R S T U V W