Modify the banner's refresh rate.
#include <bbads/bbads.h>
bbads_error_t bbads_banner_set_refresh_rate(bbads_banner_t *banner, unsigned int seconds)
BlackBerry 10.0.0
The bbads_banner_t* as created in the call to bbads_banner_create().
The time (in seconds) between each ad refresh. The minimum refresh rate is 60 seconds. The default refresh rate is also 60 seconds.
This function modifies the banner's refresh rate. Modifying the banner's refresh rate can only be performed before the banner has been loaded.