NotificationInfo
open class NotificationInfo: NSObject, Codable
Since
4.6.0-
Undocumented
Declaration
Swift
public var isEnabled: Bool = false
-
Undocumented
Declaration
Swift
public var templateListToken: String = ""
-
Undocumented
Declaration
Swift
public var settingsUpdatedAt: Int64 = 0
-
Undocumented
Declaration
Swift
public var feedChannels: [String: String] = [:]
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Default constructor.
Declaration
Swift
public required init(from decoder: Decoder) throws
Parameters
decoder
Decoder
instance