mmrenderer_event_get_warning()

Get the warning string from an MMRENDERER_WARNING event.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

event

The MMRENDERER_WARNING event to get the warning string from.

Library:

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

Description:

The mmrenderer_event_get_warning() function gets the warning string from the specified MMRENDERER_WARNING event.

Returns:

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