Modify the width of the banner's border.
#include <bbads/bbads.h>
bbads_error_t bbads_banner_set_border_width(bbads_banner_t *banner, unsigned int width)
BlackBerry 10.0.0
The bbads_banner_t* as created in the call to bbads_banner_create().
The width of the border when the ad is clicked. This must be an integer value between 0 and 10, inclusive.
This is the width of the banner's border that appears when the user clicks/touches the banner.
Modifying the width of the banner's border can only be performed before the banner has been loaded. See bbads_banner_is_loaded().
See bbads_banner_set_size() for more information on setting the banner's size.