UnityAdlib
Public Member Functions | List of all members
Tizen.AdLib.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 Tizen.AdLib.InterstitialAdListener.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 Tizen.AdLib.InterstitialAdListener.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 Tizen.AdLib.InterstitialAdListener.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 Tizen.AdLib.InterstitialAdListener.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