NotificationsListService

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun deleteNotificationById(token: String, notificationId: Long)
Link copied to clipboard
abstract fun deleteNotifications(token: String, notificationIds: List<Long>? = null)
Link copied to clipboard
abstract fun getNotifications(token: String, pageable: Pageable): Page<NotificationDto>
Link copied to clipboard
abstract fun readNotifications(token: String, notificationIds: List<Long>? = null)