|
Adlib
|
Functions | |
| EXPORT_API adlib_err | adview_add_interstitial_ad (Evas_Object *eo) |
| This api will add the interstitial ad on the parent received. More... | |
| EXPORT_API adlib_err | adview_interstitial_load (void) |
| Loads the interstitial ad. Returns the success or failure result to the listener callbacks. Please see OnLoadFailed and OnLoadSucceeded callbacks. More... | |
| EXPORT_API adlib_err | adview_interstitial_show (void) |
| Shows the interstitial ad. More... | |
| EXPORT_API adlib_err | adview_interstitial_ad_register_callbacks (interstitial_ad_event_callback_s *callback, void *user_data) |
| Adds the interstitial ad callback handler. More... | |
| EXPORT_API adlib_err adview_add_interstitial_ad | ( | Evas_Object * | eo | ) |
This api will add the interstitial ad on the parent received.
| [in] | eo | parent object |
| ADLIB_AD_NO_ERROR | Success. |
| ADLIB_AD_INTERNAL_ERROR | Internal error. |
| ADLIB_AD_INVALID_PARAMETERS | Invalid parameter. |
| ADLIB_AD_ADLIB_NOT_INITIALIZED | If adlib is not initialised. i.e adlib_init() not called. |
| EXPORT_API adlib_err adview_interstitial_ad_register_callbacks | ( | interstitial_ad_event_callback_s * | callback, |
| void * | user_data | ||
| ) |
Adds the interstitial ad callback handler.
| [in] | callback | The set of callback functions to handle ad lifecycle events |
| [in] | user_data | Data to be passed back to the callback |
| ADLIB_AD_NO_ERROR | Success. |
| ADLIB_AD_INTERNAL_ERROR | Internal error. |
| ADLIB_AD_INVALID_PARAMETERS | Invalid parameter. |
| ADLIB_AD_ADLIB_NOT_INITIALIZED | If adlib is not initialised. i.e adlib_init() not called. |
| EXPORT_API adlib_err adview_interstitial_load | ( | void | ) |
Loads the interstitial ad. Returns the success or failure result to the listener callbacks. Please see OnLoadFailed and OnLoadSucceeded callbacks.
| ADLIB_AD_NO_ERROR | Success. |
| ADLIB_AD_INTERNAL_ERROR | Internal error. |
| EXPORT_API adlib_err adview_interstitial_show | ( | void | ) |
Shows the interstitial ad.
| ADLIB_AD_NO_ERROR | Success. |
| ADLIB_AD_INTERNAL_ERROR | Internal error. |
1.8.11