NWNotification
public enum NWNotification : String
Undocumented
-
Undocumented
Declaration
Swift
case UserLoginStateChanged = "NWUserStateDidChangeNotification" -
Undocumented
Declaration
Swift
case AnalyticEventAdded = "NWAnalyticEventAddedNotification" -
Undocumented
Declaration
Swift
case AnalyticEventsFlushed = "NWAnalyticEventFlushedNotification" -
Undocumented
Declaration
Swift
case PushNotificationReceived = "NWPushNotification" -
Undocumented
Declaration
Swift
case UIApplicationWillTerminateNotification -
Undocumented
Declaration
Swift
case UIApplicationDidFinishLaunchingNotification -
Undocumented
Declaration
Swift
public func addNamedObserver(name: String, senderObject object: AnyObject?, callback: @escaping NotificationCallback) -
Undocumented
Declaration
Swift
public func clearObserver(name: String)
NWNotification Enumeration Reference