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

Interface Summary
SPCurrencyServerListener Interface to be implemented by parties interested in the results of requests to the SponsorPay Virtual Currency Server.
 

Class Summary
CurrencyServerAbstractResponse Encloses a basic response received from the SponsorPay's Virtual Currency Server and methods to perform parsing of the returned JSON-encoded data.
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.
RequestErrorResponse Response generated locally when a request to the Virtual Currency Server couldn't be sent due to a network connectivity issue.
VirtualCurrencyConnector Provides services to access SponsorPay's Virtual Currency Server.
 

Enum Summary
CurrencyServerAbstractResponse.RequestErrorType Types of error condition which a request / response might result in.
VirtualCurrencyConnector.RequestType Types of requests to be sent to the Virtual Currency Server.