|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurrencyServerAbstractResponse | |
---|---|
com.sponsorpay.sdk.android.publisher.currency |
Uses of CurrencyServerAbstractResponse in com.sponsorpay.sdk.android.publisher.currency |
---|
Subclasses of CurrencyServerAbstractResponse in com.sponsorpay.sdk.android.publisher.currency | |
---|---|
class |
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. |
class |
RequestErrorResponse
Response generated locally when a request to the Virtual Currency Server couldn't be sent due to a network connectivity issue. |
Methods in com.sponsorpay.sdk.android.publisher.currency that return CurrencyServerAbstractResponse | |
---|---|
static CurrencyServerAbstractResponse |
CurrencyServerAbstractResponse.getParsingInstance(VirtualCurrencyConnector.RequestType requestType)
Returns the appropriate subclass to enclose and parse the response to a request of the passed type. |
Methods in com.sponsorpay.sdk.android.publisher.currency with parameters of type CurrencyServerAbstractResponse | |
---|---|
void |
VirtualCurrencyConnector.onSPCurrencyServerError(CurrencyServerAbstractResponse response)
Implemented from SPCurrencyServerListener . |
void |
SPCurrencyServerListener.onSPCurrencyServerError(CurrencyServerAbstractResponse response)
Called when a request to SponsorPay's Virtual Currency Server resulted in an error. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |