toggle menu
MqttManager
androidJvm
switch theme
search in API
mqttworker
/
com.chungha.mqttworker.domain
/
MqttClientOptions
/
MqttClientOptions
Mqtt
Client
Options
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()
)