Adlib
Public Member Functions
BannerAdListener Interface Reference

Public Member Functions

void OnAdLoadSucceeded (IntPtr handle)
 Called when the banner ad load is succeeded. More...
 
void OnAdLoadFailed (IntPtr handle, ErrorType error)
 Called when the banner ad load is failed. More...
 
void OnAdClicked (IntPtr handle)
 Called when the interstitial ad is clicked. More...
 

Member Function Documentation

void OnAdClicked ( IntPtr  handle)

Called when the interstitial ad is clicked.

Parameters
[in]handle: banner ad handle to be used for this ad instance.
Returns
void
void OnAdLoadFailed ( IntPtr  handle,
ErrorType  error 
)

Called when the banner ad load is failed.

Parameters
[in]handle: banner ad handle to be used for this ad instance.
[out]error: Returns ADLIB_AD_NO_ERROR on success or with the error occurred.
Returns
void
void OnAdLoadSucceeded ( IntPtr  handle)

Called when the banner ad load is succeeded.

Parameters
[in]handle: banner ad handle to be used for this ad instance.
Returns
void