ListNotificationsNotification

data class ListNotificationsNotification(val uri: AtUri, val cid: Cid, val author: ProfileView, val reason: ListNotificationsNotificationReason, val reasonSubject: AtUri? = null, val record: JsonContent, val isRead: Boolean, val indexedAt: Timestamp, val labels: List<Label>? = null)

Parameters

reason

The reason why this notification was delivered - e.g. your post was liked, or you received a new follower.

Constructors

Link copied to clipboard
constructor(uri: AtUri, cid: Cid, author: ProfileView, reason: ListNotificationsNotificationReason, reasonSubject: AtUri? = null, record: JsonContent, isRead: Boolean, indexedAt: Timestamp, labels: List<Label>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cid: Cid
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The reason why this notification was delivered - e.g. your post was liked, or you received a new follower.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: AtUri