RemoteNotification

public struct RemoteNotification

RemoteNotification records the information about a notification.

Author

Adamas

Version

1.5.0

Date

07/05/2019
  • The title of the notification.

    Declaration

    Swift

    public let title: String?
  • The content attached to the notification.

    Declaration

    Swift

    public let body: String?
  • Initialize the notification

    Declaration

    Swift

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

    Parameters

    userInfo

    The payload received along with a notification