Get the severity of a NAVIGATOR_LOW_MEMORY event.
#include <bps/navigator.h>
BPS_API int navigator_event_get_severity(bps_event_t *event)
BlackBerry 10.0.0
The NAVIGATOR_LOW_MEMORY event to extract the severity from.
The navigator_event_get_severity() function extracts the current severity from a NAVIGATOR_LOW_MEMORY event.
The severity (increasing amounts indicates a higher level of severity) from the event. BPS_FAILURE if the severity cannot be retrieved from the given event.