-
@Deprecated() public interface EditCardApiListener
Created by franklin on 6/30/15. An Interface to Make a communication between EditCardTask and Calling Activity Calling Activity should implement EditCardApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonEditCardApiListener(PayuResponse payuResponse)As soon as we receive data in EditCardTaskonEditCardApiListener will be notified with response -
-
Method Detail
-
onEditCardApiListener
abstract void onEditCardApiListener(PayuResponse payuResponse)
As soon as we receive data in EditCardTaskonEditCardApiListener will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-