-
public class GlobalVaultSendOTPTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
This class allows us to perform background operations for Send Global Vault OTP Request and publish the results.
-
-
Constructor Summary
Constructors Constructor Description GlobalVaultSendOTPTask(GlobalVaultListener globalVaultListener)Class constructor specifying number of objects to create.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GlobalVaultSendOTPTask
GlobalVaultSendOTPTask(GlobalVaultListener globalVaultListener)
Class constructor specifying number of objects to create.- Parameters:
globalVaultListener- QuickPay OTP response listener
-
-
-
-