-
public class LookupTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Async task which takes care of Getting currencies with conversion rates enabled on merchant access key Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls LookupTask should implement com.payu.india.Interfaces.LookupApiListener
-
-
Constructor Summary
Constructors Constructor Description LookupTask(LookupApiListener lookupApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
LookupTask
LookupTask(LookupApiListener lookupApiListener)
-
-
-
-