pub unsafe static CBConnectPeripheralOptionNotifyOnConnectionKey: &'static NSStringAvailable on crate feature
CBCentralManagerConstants only.Expand description
An NSNumber (Boolean) indicating that the system should display a connection alert for a given peripheral, if the application is suspended
when a successful connection is made.
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