RadarTrackingSync

enum RadarTrackingSync {}

The sync modes for tracking.

  • Syncs all location updates

    Declaration

    Objective-C

    RadarTrackingSyncAll = -1

    Swift

    case all = -1
  • The default, syncs only location updates that could generate events

    Declaration

    Objective-C

    RadarTrackingSyncPossibleStateChanges = 1

    Swift

    case possibleStateChanges = 1