mmrenderer_event_get_warning_position()

Get the warning position from an MMRENDERER_WARNING event.

Synopsis:

#include <bps/mmrenderer.h>
 
BPS_API const char* mmrenderer_event_get_warning_position(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The MMRENDERER_WARNING event to get the warning position from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The mmrenderer_event_get_warning_position() function gets the position in the context that a warning occurred from the specified MMRENDERER_WARNING event.

Returns:

A string that represents the warning position. This pointer is valid until you destroy the event.