Name

typealias Notification.Name = NSNotification.Name
  • Notification name posted by a RSDMotionRecorder instance when it is starting. If you intend to listen for this notification in order to shut down passive motion recorders, you must pass nil for the operation queue so it gets handled synchronously on the calling queue.

    Declaration

    Swift

    public static let RSDMotionRecorderWillStart: Notification.Name