Package-level declarations

Types

Link copied to clipboard
interface Call<T>

Represents an API call.

Link copied to clipboard
interface Callback<T>

Communicates responses from a server or offline requests. One and only one method will be invoked in response to a given request.

Link copied to clipboard
interface Event

Represents a server-side event.

Link copied to clipboard
fun interface EventSource
Link copied to clipboard
fun interface EventSourceFactory
Link copied to clipboard