MqttClientOptions

constructor(clientId: String = "client_android_id", host: String, username: String, passwords: String, isSessionClean: Boolean = false, connectTimeout: Int = 30, keepAliveIntervals: Int = 20, autoReconnectInterval: Int = 10, topics: List<Topic> = emptyList())