-
public class GetPaymentInstrumentTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Async task which takes care of Getting checkout details for a merchant Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls GetPaymentInstrumentTask should implement CheckoutDetailsListener
-
-
Constructor Summary
Constructors Constructor Description GetPaymentInstrumentTask(CheckoutDetailsListener checkoutDetailsListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GetPaymentInstrumentTask
GetPaymentInstrumentTask(CheckoutDetailsListener checkoutDetailsListener)
-
-
-
-