Name

public extension NSNotification.Name

Beacon region entry / exit notifications

  • Posted when UsherSDK detects a beacon region during active ranging or as result of iOS callback.

    Declaration

    Swift

    public static let DeviceDidEnterBeaconRegion: NSNotification.Name
  • Posted when UsherSDK does not detect a previously detected beacon region for atleast 6 seconds during active ranging or as a result of iOS callback.

    Declaration

    Swift

    public static let DeviceDidExitBeaconRegion: NSNotification.Name
  • Notification when BeaconMonitor’s beaconRegions are ready

    Declaration

    Swift

    static let BeaconMonitorBeaconRegionsAreReady: NSNotification.Name