NotificationApiV0

internal open class NotificationApiV0(    authenticatedNetworkClient: AuthenticatedNetworkClient,     authenticatedWebSocketClient: AuthenticatedWebSocketClient,     serverLinks: <Error class: unknown class>) : NotificationApi

Inheritors

Constructors

Link copied to clipboard
internal constructor(    authenticatedNetworkClient: AuthenticatedNetworkClient,     authenticatedWebSocketClient: AuthenticatedWebSocketClient,     serverLinks: <Error class: unknown class>)

Types

Link copied to clipboard
internal object Hardcoded

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
open suspend override fun getServerTime(querySize: Int): NetworkResponse<String>
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>>