-
public interface PaymentRelatedDetailsListenerCreated by franklin on 6/4/15. An Interface to Make a communication between com.payu.india.Tasks.GetPaymentRelatedDetailsTask and Calling Activity Calling Activity should implement PaymentRelatedDetailsListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonPaymentRelatedDetailsResponse(PayuResponse payuResponse)As soon as we receive data in com.payu.india.Tasks.GetPaymentRelatedDetailsTaskonPaymentRelatedDetailsResponse will be notified with response -
-
Method Detail
-
onPaymentRelatedDetailsResponse
abstract void onPaymentRelatedDetailsResponse(PayuResponse payuResponse)
As soon as we receive data in com.payu.india.Tasks.GetPaymentRelatedDetailsTaskonPaymentRelatedDetailsResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-