Get the warning string from an MMRENDERER_WARNING event.
#include <bps/mmrenderer.h>
BPS_API const char* mmrenderer_event_get_warning(bps_event_t *event)
BlackBerry 10.0.0
The MMRENDERER_WARNING event to get the warning string from.
The mmrenderer_event_get_warning() function gets the warning string from the specified MMRENDERER_WARNING event.
A string that represents the warning. This pointer is valid until you destroy the event.