-
public interface BinInfoApiListenerAn Interface to Make a communication between BinInfoTask and Calling Activity Calling Activity should implement BinInfoApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonBinInfoApiResponse(PayuResponse payuResponse)As soon as we receive data in BinInfoTaskonBinInfoApiResponse will be notified with response -
-
Method Detail
-
onBinInfoApiResponse
abstract void onBinInfoApiResponse(PayuResponse payuResponse)
As soon as we receive data in BinInfoTaskonBinInfoApiResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-