BytedeskKefu class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Static Methods
-
connect()
→ void
-
-
disconnect()
→ void
-
-
getAppBuildNumber()
→ Future<String>
-
-
getAppVersion()
→ Future<String>
-
-
init(String orgUid)
→ void
-
-
initWithUid(String orgUid, String uid)
→ void
-
-
initWithUidAndNickname(String orgUid, String uid, String nickname)
→ void
-
-
initWithUidAndNicknameAndAvatar(String orgUid, String uid, String nickname, String avatar)
→ void
-
-
isConnected()
→ bool
-
-
openWebView(BuildContext context, String url, String title)
→ void
-
-
startAppointedChat(BuildContext context, String uid, String title)
→ void
-
-
startChat(BuildContext context, String uuid, String type, String title, String commodity, String postScript, ValueSetter<String>? customCallback)
→ void
-
-
startChatDefault(BuildContext context, String uuid, String type, String title)
→ void
-
-
startH5Chat(BuildContext context, String url, String title)
→ void
-
-
startWorkGroupChat(BuildContext context, String uid, String title)
→ void
-