UnityAdlib
|
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... | |
void Tizen.AdLib.InterstitialAdListener.OnAdClosed | ( | IntPtr | handle | ) |
Called when the interstitial ad is closed.
[in] | handle | : interstitial ad handle to be used for this ad instance. |
void Tizen.AdLib.InterstitialAdListener.OnAdLoadFailed | ( | IntPtr | handle, |
ErrorType | error | ||
) |
Called when the interstitial ad load is failed.
[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. |
void Tizen.AdLib.InterstitialAdListener.OnAdLoadSucceeded | ( | IntPtr | handle | ) |
Called when the interstitial ad load is succeeded.
[in] | handle | : interstitial ad handle to be used for this ad instance. |
void Tizen.AdLib.InterstitialAdListener.OnAdOpened | ( | IntPtr | handle | ) |
Called when the interstitial ad is clicked.
[in] | handle | : interstitial ad handle to be used for this ad instance. |