Static CBConnectPeripheralOptionNotifyOnNotificationKey

Source
pub unsafe static CBConnectPeripheralOptionNotifyOnNotificationKey: &'static NSString
Available on crate feature CBCentralManagerConstants only.
Expand description

An NSNumber (Boolean) indicating that the system should display an alert for all notifications received from a given peripheral, if the application is suspended at the time. This is useful for applications that have not specified the bluetooth-central background mode and cannot display their own alert. If more than one application has requested notification for a given peripheral, the one that was most recently in the foreground will receive the alert.

See: connectPeripheral:

See also Apple’s documentation