MobileCRM.Services.GeoFencingService - Resconet/JSBridge GitHub Wiki
MobileCRM.Services.GeoFencingService Object
[v17.1] Represents geo-fencing service.
Properties
Property |
Type |
Description |
isEnabled |
Boolean |
Indicates whether the service is active. |
realtimeFlushing |
Boolean |
Indicates whether the events should be delivered realtime using Resco forwarding service. |
logLevel |
number |
Defines logging verbosity (0=Normal, 1=Diagnostic, -1=None) |
notificationMask |
number |
Defines event mask for showing notifications (0=None, 1=WhenArrived, 2=WhenExited, 3=Always) |
businessHours |
String |
Business hours interval (e.g. '9:00-17:00') |
businessDaysMask |
number |
Business days mask (the lowest bit is Sunday, the next Monday, ...) |
Methods
Method |
Description |
updateGeoFences |
[v17.1] Updates geo-fences being monitored. |