Classes
The following classes are available globally.
-
An instance of
NotificationObserveris responsible for observing notifications.See moreWarning
When an observer is initialized, it will immediately begin listening for its specified notification by registering with the specified notification center. To stop listening, dealloc the observer by setting it tonil.Declaration
Swift
public final class NotificationObserver <V, S: AnyObject>
View on GitHub
Classes Reference