Offline notification types.
Synopsis:
#include <geomonitor.h>
typedef enum {
GEOMONITOR_NOTIFICATION_NONE = 0
GEOMONITOR_NOTIFICATION_DIRECT = 1
GEOMONITOR_NOTIFICATION_UIB = 2
} geomonitor_notification_type_t;
Data:
- GEOMONITOR_NOTIFICATION_NONE
- Offline notification type is not set.
- GEOMONITOR_NOTIFICATION_DIRECT
- Direct offline notification.
A geomonitor event is sent directly to the application, invoking the app if it is not running.
- GEOMONITOR_NOTIFICATION_UIB
- BlackBerry Hub offline notifications.
The geomonitor event appears as a notification in the BlackBerry Hub. The event is sent to the application when the app is launched.
Library:
libgeomonitor (For the qcc command, use the -l geomonitor option to link against this library)
Description:
This enumeration defines the delivery methods for offline notifications.