pub unsafe static ITLibraryDidChangeNotification: &'static NSNotificationNameAvailable on crate feature
ITLibrary only.Expand description
This notification is sent to NSDistributedNotificationCenter when a change has occurred in the library. The client should call [ITLibrary -reloadData] if it wants a new view of the library contents.
Note: This is not a fine-grained notification. This API does not support per-object change notifications.
See also Appleās documentation