|
Adlib
|
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 OnAdClosed | ( | IntPtr | handle | ) |
Called when the interstitial ad is closed.
| [in] | handle | : interstitial ad handle to be used for this ad instance. |
| void 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 OnAdLoadSucceeded | ( | IntPtr | handle | ) |
Called when the interstitial ad load is succeeded.
| [in] | handle | : interstitial ad handle to be used for this ad instance. |
| void OnAdOpened | ( | IntPtr | handle | ) |
Called when the interstitial ad is clicked.
| [in] | handle | : interstitial ad handle to be used for this ad instance. |
1.8.11