ApiConfig

data class ApiConfig(    val emulationMode: EmulationMode,     val skipEmulationChecking: Boolean,     val defaultTweetMode: TweetMode) : SessionConfig

Configurations related to api execution.

See also

Constructors

Link copied to clipboard
fun ApiConfig(    emulationMode: EmulationMode,     skipEmulationChecking: Boolean,     defaultTweetMode: TweetMode)

Types

Link copied to clipboard
class Builder : SessionConfigBuilder<ApiConfig>

Provides ApiConfig builder.

Properties

Link copied to clipboard
val defaultTweetMode: TweetMode

Default value for tweetMode parameter.

Link copied to clipboard
val emulationMode: EmulationMode

EmulationMode which is used to access Twitter Private endpoints.

Link copied to clipboard
val skipEmulationChecking: Boolean

Skips emulationMode checking if true