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