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