-
public class GetIbiboCodesTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Created by franklin on 7/1/15. Async task which takes care of getting ibibo codes Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls GetIbiboCodesTask should implement GetIbiboCodesApiListener we deprecated this task since GetPaymentRelatedDetailsTask will return ibibo codes and stored cards.
-
-
Constructor Summary
Constructors Constructor Description GetIbiboCodesTask(GetIbiboCodesApiListener getIbiboCodesApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GetIbiboCodesTask
GetIbiboCodesTask(GetIbiboCodesApiListener getIbiboCodesApiListener)
-
-
-
-