Event types for ad banners.
Synopsis:
#include <bbads/event.h>
typedef enum {
BBADS_EVENT_NAVIGATING == 0
BBADS_EVENT_INVISIBLE == 1
BBADS_EVENT_NETWORK_ERROR == 64
BBADS_EVENT_HOST_ERROR == 65
BBADS_EVENT_PLACEHOLDER_URL_ERROR == 66
} bbads_banner_event_type_t;
Data:
-
BBADS_EVENT_NAVIGATING
- Switching to the browser because the ad was clicked.
-
Since: BlackBerry 10.0.0
-
BBADS_EVENT_INVISIBLE
- The banner is turning transparent because the ad server could not be contacted and the placeholder image could not be loaded.
-
Since: BlackBerry 10.0.0
-
BBADS_EVENT_NETWORK_ERROR
- Unable to access the network.
-
Since: BlackBerry 10.0.0
-
BBADS_EVENT_HOST_ERROR
- The host returned an HTTP error for a request.
-
Since: BlackBerry 10.0.0
-
BBADS_EVENT_PLACEHOLDER_URL_ERROR
- The placeholder image could not be retrieved.
-
Since: BlackBerry 10.0.0
Library:
libbbads
Description:
This enumeration lists event types for ad banners.