Options
public struct Options
Undocumented
-
Name of the vendor providing the notification. This will enforce a certain format depending on the vendor.
Declaration
Swift
public var vendor: String?
-
Undocumented
Declaration
Swift
public init(vendor: String? = nil)