BytedeskMqtt class

Constructors

BytedeskMqtt()
factory

Properties

client String?
getter/setter pair
clientId String?
getter/setter pair
currentUid String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keepAlivePeriod int
getter/setter pair
messageProvider MessageProvider
getter/setter pair
mqttClient ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect() → void
disconnect() → void
isConnected() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(String content, String type, Thread currentThread, ExtraParam? extraParam) → void
sendCommodityMessage(String content, Thread currentThread) → void
sendFileMessage(String content, Thread currentThread) → void
sendImageMessage(String content, Thread currentThread) → void
sendPreviewMessage(String previewContent, Thread currentThread) → void
sendRecallMessage(String mid, Thread currentThread) → void
sendReceiptMessage(String mid, String status, Thread currentThread) → void
sendReceiptReadMessage(String mid, Thread currentThread) → void
sendReceiptReceivedMessage(String mid, Thread currentThread) → void
sendTextMessage(String content, Thread currentThread) → void
sendVideoMessage(String content, Thread currentThread) → void
sendVoiceMessage(String content, Thread currentThread) → void
subscribe(String topic) → void
toString() String
A string representation of this object.
inherited
unsubscribe(String topic) → void
vibrate() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited