-
public class FetchAdsInformationTask extends PayUAsyncTask<PayuConfig, String, PayuResponse>
Async task which takes care of Fetch Ads for activity Takes PayuConfig as input and sends PayuResponse to the calling activity
-
-
Constructor Summary
Constructors Constructor Description FetchAdsInformationTask(FetchAdsInformationApiListener fetchAdsInformationApiListener)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
FetchAdsInformationTask
FetchAdsInformationTask(FetchAdsInformationApiListener fetchAdsInformationApiListener)
-
-
-
-