Notification
public struct Notification : Codable, Equatable, FunctionResult
Contains information about a notification
-
Unique persistent identifier of this notification
Declaration
Swift
public let id: Int32
-
Notification date
Declaration
Swift
public let date: Int32
-
True, if the notification was initially silent
Declaration
Swift
public let isSilent: Bool
-
Notification type
Declaration
Swift
public let type: NotificationType
-
Contains information about a notification
Declaration
Swift
public init(id: Int32, date: Int32, isSilent: Bool, type: NotificationType)
Parameters
id
Unique persistent identifier of this notification
date
Notification date
isSilent
True, if the notification was initially silent
type
Notification type