-
public interface GetCardInformationApiListenerCreated by franklin on 7/1/15. An Interface to Make a communication between com.payu.india.Tasks.GetCardInformationTask and Calling Activity Calling Activity should implement GetCardInformationApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonGetCardInformationResponse(PayuResponse payuResponse)As soon as we receive data in com.payu.india.Tasks.GetCardInformationTaskonGetCardInformationResponse will be notified with response -
-
Method Detail
-
onGetCardInformationResponse
abstract void onGetCardInformationResponse(PayuResponse payuResponse)
As soon as we receive data in com.payu.india.Tasks.GetCardInformationTaskonGetCardInformationResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-