CWPowerDidChangeNotification

Static CWPowerDidChangeNotification 

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

Posted when the power state of the Wi-Fi interface 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