SimpleNotification

A declarative push notification with no data associated with it.

Notification.swift:215
typealias SimpleNotification = Notification<Never>

This should only be used when decoding a notification you know has no custom data associated with it, though decoding will fail if it does.