Notification
public class Notification : Codable
Undocumented
-
The notification ID.
Declaration
Swift
public let id: String -
The notification type.
Declaration
Swift
public let type: NotificationType -
The time the notification was created.
Declaration
Swift
public let createdAt: Date -
The Account sending the notification to the user.
Declaration
Swift
public let account: Account -
The Status associated with the notification, if applicable.
Declaration
Swift
public let status: Status?
View on GitHub
Install in Dash
Notification Class Reference