Set the window visibility of the banner to true.
#include <bbads/bbads.h>
bbads_error_t bbads_banner_set_window_visible(bbads_banner_t *banner)
BlackBerry 10.0.0
The bbads_banner_t* as created in the call to bbads_banner_create().
This function is a toggle that sets the window visibility of the banner to true, and is always called from the calling application. The default value is false, so it must be set to true in order for ad banners to display.