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