Contents

brightnessDidChangeNotification

A notification that posts when a screen’s brightness changes.

Declaration

nonisolated class let brightnessDidChangeNotification: NSNotification.Name

Discussion

The object of the notification is the UIScreen object whose brightness property changed. There is no userInfo dictionary.

See Also

Notifications