-
@Deprecated() public class GetStoredCardTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Created by franklin on 6/19/15. Async task which takes care of getting stored user cards Takes PayuConfig as input and sends PayuResponse to the calling activity Activity which calls GetStoredCardTask should implement GetStoredCardApiListener This one is deprecated, please use GetTokenisedCardTask should implement GetTokenisedCardApiListener
-
-
Constructor Summary
Constructors Constructor Description GetStoredCardTask(GetStoredCardApiListener getStoredCardApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GetStoredCardTask
GetStoredCardTask(GetStoredCardApiListener getStoredCardApiListener)
-
-
-
-