Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.Alarm.SetProximity
Sets the proximity for this alarm.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.Alarm.SetProximity"; EKAlarm; Proximity ) More
Parameters
Parameter | Description | Example |
---|---|---|
EKAlarm | The reference to the alarm. | $Alarm |
Proximity | The proximity. Can be None, Leave or Enter. |
"Leave" |
Result
Returns OK or error.
Description
Sets the proximity for this alarm.Defines whether this alarm triggers via entering/exiting a geofence as defined by structuredLocation.
See also
- Events.Alarm.GetProximity
- Events.Alarm.SetRelativeOffset
- Events.Alarm.SetStructuredLocation
- Events.Item.AddAlarm
- Events.NewAlarm
- Events.NewReminder
- Events.SaveReminder
- Events.StructuredLocation.NewLocationWithTitle
Example Databases
This function checks for a license.
Created 10th March 2016, last changed 10th March 2016
Events.Alarm.SetEmailAddress - Events.Alarm.SetRelativeOffset
