Contents

beginGeneratingLibraryChangeNotifications()

Asks the media library to turn on notifications for whenever the library changes.

Declaration

func beginGeneratingLibraryChangeNotifications()

Discussion

This method is nestable, that is, you can call it multiple times. To turn off notifications, call endGeneratingLibraryChangeNotifications() the same number of times that you called beginGeneratingLibraryChangeNotifications().

See Also

Receiving notifications when the user’s library changes