NotificationType
public enum NotificationType : String, Codable, Sendable
extension TootNotification.NotificationType: Identifiable
Undocumented
-
Someone followed you
Declaration
Swift
case follow
-
Someone mentioned you in their post
Declaration
Swift
case mention
-
Someone reposted one of your posts
Declaration
Swift
case repost = "reblog"
-
Someone favourited one of your posts
Declaration
Swift
case favourite
-
A poll you have voted in or created has ended
Declaration
Swift
case poll
-
Someone requested to follow you
Declaration
Swift
case followRequest = "follow_request"
-
Someone you enabled notifications for has posted a post
Declaration
Swift
case post = "status"
-
A post you interacted with has been edited
Declaration
Swift
case update = "update"
-
Declaration
Swift
public var id: `Self` { get }