|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualCurrencyConnector.RequestType | |
---|---|
com.sponsorpay.sdk.android.publisher.currency |
Uses of VirtualCurrencyConnector.RequestType in com.sponsorpay.sdk.android.publisher.currency |
---|
Fields in com.sponsorpay.sdk.android.publisher.currency declared as VirtualCurrencyConnector.RequestType | |
---|---|
VirtualCurrencyConnector.RequestType |
VirtualCurrencyConnector.CurrencyServerRequestAsyncTask.requestType
Type of the request which will be performed in the background. |
Methods in com.sponsorpay.sdk.android.publisher.currency that return VirtualCurrencyConnector.RequestType | |
---|---|
static VirtualCurrencyConnector.RequestType |
VirtualCurrencyConnector.RequestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VirtualCurrencyConnector.RequestType[] |
VirtualCurrencyConnector.RequestType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sponsorpay.sdk.android.publisher.currency with parameters of type VirtualCurrencyConnector.RequestType | |
---|---|
static CurrencyServerAbstractResponse |
CurrencyServerAbstractResponse.getParsingInstance(VirtualCurrencyConnector.RequestType requestType)
Returns the appropriate subclass to enclose and parse the response to a request of the passed type. |
Constructors in com.sponsorpay.sdk.android.publisher.currency with parameters of type VirtualCurrencyConnector.RequestType | |
---|---|
VirtualCurrencyConnector.CurrencyServerRequestAsyncTask(VirtualCurrencyConnector vcc,
VirtualCurrencyConnector.RequestType requestType,
java.lang.String requestUrl)
Initializes a new instance whose #execute() still needs to be invoked to trigger the request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |