Modify the banner's position on the screen.
#include <bbads/bbads.h>
bbads_error_t bbads_banner_set_position(bbads_banner_t *banner, unsigned int x, unsigned int y)
BlackBerry 10.0.0
The bbads_banner_t* as created in the call to bbads_banner_create().
The x position on the screen of the top-left corner of the banner.
The y position on the screen of the top-left corner of the banner.
This function modifies the position of the banner on the screen.