Adlib
Public Member Functions
InterstitialAdListener Interface Reference

Public Member Functions

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

Member Function Documentation

void OnAdClosed ( IntPtr  handle)

Called when the interstitial ad is closed.

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

Called when the interstitial ad load is failed.

Parameters
[in]handle: interstitial 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 interstitial ad load is succeeded.

Parameters
[in]handle: interstitial ad handle to be used for this ad instance.
Returns
void
void OnAdOpened ( IntPtr  handle)

Called when the interstitial ad is clicked.

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