-
public class GetCardInformationTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Created by franklin on 7/1/15. Async task which takes care of getting card information. Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls GetCardInformationTask should implement GetPaymentRelatedDetailsTask get response at getCardInformation
-
-
Constructor Summary
Constructors Constructor Description GetCardInformationTask(GetCardInformationApiListener getCardInformationApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GetCardInformationTask
GetCardInformationTask(GetCardInformationApiListener getCardInformationApiListener)
-
-
-
-