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