CWLinkQualityDidChangeNotification

Static CWLinkQualityDidChangeNotification 

Source
pub unsafe static CWLinkQualityDidChangeNotification: &'static NSString
👎Deprecated: Use -[CWWiFiClient startMonitoringEventWithType:error:] with the CWEventTypeLinkQualityDidChange event type
Available on crate feature CoreWLANConstants only.
Expand description

Posted when the link quality of the current Wi-Fi association changes.

The object for this notification is the corresponding Wi-Fi interface name. This notification does not contain a userInfo dictionary.

See also Apple’s documentation