Uses of Package
com.sponsorpay.sdk.android.publisher.currency

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

Classes in com.sponsorpay.sdk.android.publisher.currency used by com.sponsorpay.sdk.android.publisher
SPCurrencyServerListener
           Interface to be implemented by parties interested in the results of requests to the SponsorPay Virtual Currency Server.
 

Classes in com.sponsorpay.sdk.android.publisher.currency used by com.sponsorpay.sdk.android.publisher.currency
CurrencyServerAbstractResponse
           Encloses a basic response received from the SponsorPay's Virtual Currency Server and methods to perform parsing of the returned JSON-encoded data.
CurrencyServerAbstractResponse.RequestErrorType
          Types of error condition which a request / response might result in.
CurrencyServerDeltaOfCoinsResponse
           Encloses a response received from the SponsorPay's Virtual Currency Server for the Get Delta of Coins request, as well as methods to perform parsing of the returned JSON-encoded data.
SPCurrencyServerListener
           Interface to be implemented by parties interested in the results of requests to the SponsorPay Virtual Currency Server.
VirtualCurrencyConnector
           Provides services to access SponsorPay's Virtual Currency Server.
VirtualCurrencyConnector.CurrencyServerRequestAsyncTask
          VirtualCurrencyConnector.CurrencyServerRequestAsyncTask used to perform the HTTP requests on a background thread and be notified of its results on the calling thread.
VirtualCurrencyConnector.RequestType
          Types of requests to be sent to the Virtual Currency Server.