-
public class VerifyPaymentTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Created by franklin on 7/4/15. Async task which takes care of getting verify payment details Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls VerifyPaymentTask should implement VerifyPaymentApiListener
-
-
Constructor Summary
Constructors Constructor Description VerifyPaymentTask(VerifyPaymentApiListener verifyPaymentApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
VerifyPaymentTask
VerifyPaymentTask(VerifyPaymentApiListener verifyPaymentApiListener)
-
-
-
-