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