tweetstorm

fun Stream.tweetstorm(    customHost: EndpointHost = EndpointHost.UserStream,     delimited: StreamDelimitedBy = StreamDelimitedBy.Default,     stringifyFriendIds: Boolean? = null,     vararg options: Option): StreamApiAction<TweetstormListener, TweetstormHandler>

Connects to Tweetstorm with custom EndpointHost.

Parameters

customHost

Custom host to Tweetstorm.

options

Optional. Custom parameters of this request.


fun Stream.tweetstorm(    customHost: String,     delimited: StreamDelimitedBy = StreamDelimitedBy.Default,     stringifyFriendIds: Boolean? = null,     vararg options: Option): StreamApiAction<TweetstormListener, TweetstormHandler>

Connects to Tweetstorm with custom host.

Parameters

customHost

Custom host to Tweetstorm.

options

Optional. Custom parameters of this request.


Shorthand property to Stream.tweetstorm.

See also