-
public interface ConfigApiListenerAn Interface to Make a communication between GetConfigTask and Calling Activity Calling Activity should implement ConfigApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonConfigApiResponse(PayuResponse payuResponse)As soon as we receive data in GetConfigTaskonConfigApiResponse will be notified with response -
-
Method Detail
-
onConfigApiResponse
abstract void onConfigApiResponse(PayuResponse payuResponse)
As soon as we receive data in GetConfigTaskonConfigApiResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-