Functions in
bbads.h
Functions that are available for creating and managing ad banners.
bbads_get_version_major()
Get the library's major version number.
bbads_get_version_minor()
Get the library's minor version number.
bbads_get_version_revision()
Get the library's revision number.
bbads_set_log_verbosity()
Set the library logging verbosity.
bbads_banner_create()
Create a new banner.
bbads_banner_set_size()
Modify the banner's size.
bbads_banner_set_position()
Modify the banner's position on the screen.
bbads_banner_set_refresh_rate()
Modify the banner's refresh rate.
bbads_banner_set_border_width()
Modify the width of the banner's border.
bbads_banner_set_placeholder_url()
Set a placeholder image URL for the ad banner.
bbads_banner_load()
Load the ad banner and begins requesting ads.
bbads_banner_display()
Display the ad banner on the screen.
bbads_banner_is_loaded()
Check whether a particular ad banner has been loaded.
bbads_banner_is_visible()
Check whether a banner is visible.
bbads_banner_destroy()
Destroy an existing banner.
bbads_banner_request_events()
Register a banner for asynchronous event delivery through the BlackBerry Platform Services (BPS).
bbads_banner_stop_events()
Deregister a banner for asynchronous event delivery.
bbads_banner_set_window_visible()
Set the window visibility of the banner to true.
Parent topic:
Ad banners (bbads.h)