-
public interface GetIbiboCodesApiListenerCreated by franklin on 7/1/15. An Interface to Make a communication between com.payu.india.Tasks.GetIbiboCodesTask and Calling Activity Calling Activity should implement GetCardInformationApiListener Do not use this, use com.payu.india.Tasks.GetPaymentRelatedDetailsTask instead.
-
-
Method Summary
Modifier and Type Method Description abstract voidonGetIbiboCodesApiResponse(PayuResponse payuResponse)Deprecated use onPaymentRelatedDetailsResponse As soon as we receive data in com.payu.india.Tasks.GetPaymentRelatedDetailsTaskonGetIbiboCodesApiResponse will be notified with response -
-
Method Detail
-
onGetIbiboCodesApiResponse
@Deprecated() abstract void onGetIbiboCodesApiResponse(PayuResponse payuResponse)
Deprecated use onPaymentRelatedDetailsResponse As soon as we receive data in com.payu.india.Tasks.GetPaymentRelatedDetailsTaskonGetIbiboCodesApiResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-