NotificationApi

Functions

Link copied to clipboard
abstract suspend fun getAllNotifications(querySize: Int, queryClient: String): NetworkResponse<<Error class: unknown class>>

request Notifications from the beginning of time

Link copied to clipboard
abstract suspend fun listenToLiveEvents(clientId: String): NetworkResponse<<Error class: unknown class><WebSocketEvent<<Error class: unknown class>>>>
Link copied to clipboard
abstract suspend fun mostRecentNotification(queryClient: String): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
abstract suspend fun notificationsByBatch(querySize: Int, queryClient: String, querySince: String): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
abstract suspend fun oldestNotification(queryClient: String): NetworkResponse<<Error class: unknown class>>