GeofenceModeSetting

@objc(GSGeofenceMode)
public protocol GeofenceModeSetting

Setting providing access to the GeofenceMode.

  • Tells if the setting value has been changed and is waiting for change confirmation

    Declaration

    Swift

    var updating: Bool { get }
  • Geofence mode value.

    Declaration

    Swift

    var value: GeofenceMode { get set }