Display the ad banner on the screen.
#include <bbads/bbads.h>
bbads_error_t bbads_banner_display(bbads_banner_t *banner, screen_context_t screen_context, bps_event_t *event)
BlackBerry 10.0.0
The bbads_banner_t* as created in the call to bbads_banner_create().
The screen_context_t* of the window handle of the calling application.
The bps_event_t* of the calling application that represents the creation of the ads window.
Use this function to display the ad banner on the screen. The banner will not contain ads until you call bbads_banner_load(). You must also set bbads_banner_set_window_visible() to true before you can display the ad banner.