tweetstorm
fun Stream.tweetstorm( customHost: EndpointHost = EndpointHost.UserStream, delimited: StreamDelimitedBy = StreamDelimitedBy.Default, stringifyFriendIds: Boolean? = null, vararg options: Option): StreamApiAction<TweetstormListener, TweetstormHandler>
Content copied to clipboard
Connects to Tweetstorm with custom EndpointHost.
Parameters
custom Host
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>
Content copied to clipboard
Connects to Tweetstorm with custom host.
Parameters
custom Host
Custom host to Tweetstorm.
options
Optional. Custom parameters of this request.
val Stream.tweetstorm: StreamApiAction<TweetstormListener, TweetstormHandler>
Content copied to clipboard
Shorthand property to Stream.tweetstorm.