NotificationApiV7
internal open class NotificationApiV7( authenticatedNetworkClient: AuthenticatedNetworkClient, authenticatedWebSocketClient: AuthenticatedWebSocketClient, serverLinks: <Error class: unknown class>) : NotificationApiV6
Inheritors
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 acknowledgeEvents(clientId: String, eventAcknowledgeRequest: <Error class: unknown class>)
Link copied to clipboard
open suspend override fun consumeLiveEvents( clientId: String): NetworkResponse<<Error class: unknown class><WebSocketEvent<<Error class: unknown class>>>>
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
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>>