NotificationData

@objc(SBDNotificationData)
open class NotificationData : NSObject, Codable

A class that represents an extra data for the notifications.

Since

4.11.0
  • Undocumented

    Declaration

    Swift

    @objc
    open internal(set) var label: String { get }
  • Undocumented

    Declaration

    Swift

    @objc
    open internal(set) var templateKey: String { get }
  • Undocumented

    Declaration

    Swift

    @objc
    open internal(set) var tags: [String]? { get }
  • Undocumented

    Declaration

    Swift

    @objc
    open internal(set) var templateVariables: [String : Any] { get }
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws