UNNotificationRequest

Undocumented

  • Build a UNNotificationRequest object with the provided userInfo dictionary as its content.

    See

    Projector.didReceiveRemoteNotification(request:) method for more details where this is used

    Declaration

    Swift

    convenience public init?(withRemoteNotification userInfo: [AnyHashable: Any])

    Parameters

    userInfo

    the userInfo notification dictionary data with which to build the object

    Return Value

    UNNotificationRequest?