Geomonitor region monitoring modes.
Synopsis:
#include <geomonitor.h>
typedef enum {
GEOMONITOR_MONITORING_MODE_TRANSIENT = 0
GEOMONITOR_MONITORING_MODE_PERSISTENT = 1
} geomonitor_monitoring_mode_t;
Data:
- GEOMONITOR_MONITORING_MODE_TRANSIENT
- Region will be monitored only while the originating application is running and has at least one initialized geomonitor service handle.
- GEOMONITOR_MONITORING_MODE_PERSISTENT
- Region will be persisted and monitored until it is explicitly removed by the originating application, or until the originating application is uninstalled, or until the region expires.
Library:
libgeomonitor (For the qcc command, use the -l geomonitor option to link against this library)
Description:
This enumeration defines the supported region monitoring modes.