Class EKAlarmProximity


  • public final class EKAlarmProximity
    extends java.lang.Object
    [@enum] EKAlarmProximity A value indicating whether an alarm is triggered by entering or exiting a geofence. [@constant] EKAlarmProximityNone The alarm has no proximity trigger. [@constant] EKAlarmProximityEnter The alarm is set to fire when entering a region (geofence). [@constant] EKAlarmProximityLeave The alarm is set to fire when leaving a region (geofence).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Enter  
      static long Leave  
      static long None  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait