ProxyConfig

interface ProxyConfig

Proxy configuration for Plasmo Voice.

Types

Link copied to clipboard
interface Host

Functions

Link copied to clipboard
abstract fun aesEncryptionKey(): Array<Byte>
Link copied to clipboard
abstract fun checkForUpdates(): Boolean
Link copied to clipboard
abstract fun debug(): Boolean
Link copied to clipboard
@NotNull
abstract fun defaultLanguage(): @NotNull String
Link copied to clipboard
@NotNull
abstract fun host(): @NotNull ProxyConfig.Host
Link copied to clipboard
abstract fun mtuSize(): Int
Link copied to clipboard