Package-level declarations

Objects returned by the streaming API.

Types

Link copied to clipboard
data class ConversationEvent(val payload: Conversation) : StreamingEvent

A conversation has been updated.

Link copied to clipboard
data class DeleteEvent(val statusId: String) : StreamingEvent

The status with the given statusId has been deleted.

Link copied to clipboard

Keyword filters have been changed.

Link copied to clipboard
data class NotificationEvent(val payload: Notification) : StreamingEvent

A new notification has appeared.

Link copied to clipboard
sealed class StreamingEvent

A server-sent event.

Link copied to clipboard
data class UpdateEvent(val payload: Status) : StreamingEvent

A new status has appeared.