Modify the banner's size.
#include <bbads/bbads.h>
bbads_error_t bbads_banner_set_size(bbads_banner_t *banner, unsigned int width, unsigned int height)
BlackBerry 10.0.0
The bbads_banner_t* as created in the call to bbads_banner_create().
The requested width of the banner. Must be greater than 0.
The requested height of the banner. Must be greater than 0.
This function modifies the banner's size. Modifying the banner's size can only be performed before the banner has been loaded.