Extract the associated banner from an event.
#include <bbads/event.h>
bbads_error_t bbads_event_get_banner(bps_event_t *event, bbads_banner_t **banner)
BlackBerry 10.0.0
The bps_event_t* to extract the data from.
A pointer to the bbads_banner_t* that will be set to the value extracted from the bps_event_t*.
This function extracts the associated banner from an event.