-
@Deprecated() public interface GetStoredCardApiListener
Created by franklin on 6/19/15. An Interface to Make a communication between GetStoredCardTask and Calling Activity Calling Activity should implement GetStoredCardApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonGetStoredCardApiResponse(PayuResponse payuResponse)As soon as we receive data in com.payu.india.Tasks.GetPaymentRelatedDetailsTaskonGetStoredCardApiResponse will be notified with response -
-
Method Detail
-
onGetStoredCardApiResponse
abstract void onGetStoredCardApiResponse(PayuResponse payuResponse)
As soon as we receive data in com.payu.india.Tasks.GetPaymentRelatedDetailsTaskonGetStoredCardApiResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-