NotificationCenter

Properties

Link copied to clipboard
abstract val notificationsList: ArrayItemList<Notification>

Functions

Link copied to clipboard
abstract suspend fun addMentions(notifiedUserIds: List<String>, peerJid: String, peerId: String, messageId: String, messageText: String): RainbowResult<List<Notification>>
Link copied to clipboard
abstract suspend fun deleteMentions(notifiedUserIds: List<String>, peerJid: String, messageId: String): RainbowResult<Unit>
Link copied to clipboard
abstract suspend fun readNotification(notificationId: String): RainbowResult<Notification>
Link copied to clipboard
abstract suspend fun removeNotification(notificationId: String): RainbowResult<Unit>