UNNotificationRequest
Undocumented
-
Build a UNNotificationRequest object with the provided
userInfodictionary as its content.See
Projector.didReceiveRemoteNotification(request:)method for more details where this is usedDeclaration
Swift
convenience public init?(withRemoteNotification userInfo: [AnyHashable: Any])Parameters
userInfothe userInfo notification dictionary data with which to build the object
Return Value
UNNotificationRequest?
View on GitHub
UNNotificationRequest Extension Reference