Name

struct Name : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable

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