UserStreamEvent

enum UserStreamEvent : Enum<UserStreamEvent>

Represents UserStream event type.

Entries

Link copied to clipboard

The event fired when a status is favorited.

Link copied to clipboard

The event fired when a status is unfavorited.

Link copied to clipboard

The event fired when a favorited status is retweeted.

Link copied to clipboard

The event fired when a retweeted status is retweeted.

Link copied to clipboard

The event fired when a status is quoted.

Link copied to clipboard

The event fired when a list is created.

Link copied to clipboard

The event fired when a list is destroyed.

Link copied to clipboard

The event fired when a list is updated.

Link copied to clipboard

The event fired when a list member is added.

Link copied to clipboard

The event fired when a list member is removed.

Link copied to clipboard

The event fired when a list is subscribed.

Link copied to clipboard

The event fired when a list is unsubscribed.

Link copied to clipboard

The event fired when a user is followed.

Link copied to clipboard

The event fired when a user is unfollowed.

Link copied to clipboard

The event fired when a user is blocked.

Link copied to clipboard

The event fired when a user is unblocked.

Link copied to clipboard

The event fired when a user is muted.

Link copied to clipboard

The event fired when a user is unmuted.

Link copied to clipboard

The event fired when a user is updated.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Event key.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val type: UserStreamEventType

Event payload JSON type.