-
@Deprecated() public interface DeleteCardApiListener
Created by franklin on 6/19/15. An Interface to Make a communication between com.payu.india.Tasks.DeleteCardTask and Calling Activity Calling Activity should implement DeleteCardApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonDeleteCardApiResponse(PayuResponse payuResponse)As soon as we receive data in com.payu.india.Tasks.DeleteCardTaskonDeleteCardApiResponse will be notified with response -
-
Method Detail
-
onDeleteCardApiResponse
abstract void onDeleteCardApiResponse(PayuResponse payuResponse)
As soon as we receive data in com.payu.india.Tasks.DeleteCardTaskonDeleteCardApiResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-