NotificationApiV6
internal open class NotificationApiV6(authenticatedNetworkClient: AuthenticatedNetworkClient, authenticatedWebSocketClient: AuthenticatedWebSocketClient, serverLinks: <Error class: unknown class>) : NotificationApiV5
Constructors
Link copied to clipboard
internal constructor(authenticatedNetworkClient: AuthenticatedNetworkClient, authenticatedWebSocketClient: AuthenticatedWebSocketClient, serverLinks: <Error class: unknown class>)
Functions
Link copied to clipboard
open suspend override fun getAllNotifications(querySize: Int, queryClient: String): NetworkResponse<<Error class: unknown class>>
request Notifications from the beginning of time
Link copied to clipboard
Link copied to clipboard
open suspend override fun listenToLiveEvents(clientId: String): NetworkResponse<<Error class: unknown class><WebSocketEvent<<Error class: unknown class>>>>
Link copied to clipboard
open suspend override fun mostRecentNotification(queryClient: String): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
open suspend override fun notificationsByBatch(querySize: Int, queryClient: String, querySince: String): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
open suspend override fun oldestNotification(queryClient: String): NetworkResponse<<Error class: unknown class>>