TVUserManagerCurrentUserIdentifierDidChangeNotification

Static TVUserManagerCurrentUserIdentifierDidChangeNotification 

Source
pub unsafe static TVUserManagerCurrentUserIdentifierDidChangeNotification: &'static NSNotificationName
Available on crate feature TVUserManager only.
Expand description

Posted to the default NSNotificationCenter whenever the current system user changes.

The object of the notification is nil. In order to start receiving notification you have to instantiate TVUserManager at least once.

See also Apple’s documentation