-
public class GetTransactionInfoTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Created by franklin on 7/2/15. Async task which takes care of getting transaction info Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls GetTransactionInfoTask should implement GetTransactionInfoApiListener
-
-
Constructor Summary
Constructors Constructor Description GetTransactionInfoTask(GetTransactionInfoApiListener getTransactionInfoApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GetTransactionInfoTask
GetTransactionInfoTask(GetTransactionInfoApiListener getTransactionInfoApiListener)
-
-
-
-