NotificationData
open class NotificationData: NSObject, Codable
A class that represents an extra data for the notifications.
Since
4.11.0-
Undocumented
Declaration
Swift
open internal(set) var label: String
-
Undocumented
Declaration
Swift
open internal(set) var templateKey: String
-
Undocumented
Declaration
Swift
open internal(set) var tags: [String]?
-
Undocumented
Declaration
Swift
open internal(set) var templateVariables: [String: Any] = [:]
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws