com.nativex.advertiser
Interface AdvertiserListener


public interface AdvertiserListener

Interface which will inform the classes invoking the API.

Author:
abhishekv

Method Summary
 void onActionComplete(Boolean status)
          This method is fired when an API request is completed.
 

Method Detail

onActionComplete

void onActionComplete(Boolean status)
This method is fired when an API request is completed.

Parameters:
status - The result of the request. True - the request was successful, False or null - the request failed.