0 purchases
bytedesk chat
请移步bytedesk_kefu库 #
萝卜丝-智能客服-中文文档
bytedesk flutter helpdesk sdk
Website
Download Gitee Demo
Download Github Demo
Download ApkDemo
Features #
chat with agent
shopping chat, send commodity info
send post script message
check online status
get history thread
message voice && vibrate setting
chat with robot
send and play video message
chat notification
Notice #
dependencies:
bytedesk_kefu: ^latest version
copied to clipboard
change android/build.gradle
# Android
buildscript {
...
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
}
}
copied to clipboard
Getting Started #
First Step: Register Account #
Register
Docs
Second Step:Login #
// appkey和subDomain请替换为真实值
// 获取appkey,登录后台->渠道管理->Flutter->添加应用->获取appkey
String _appKey = '81f427ea-4467-4c7c-b0cd-5c0e4b51456f';
// 获取subDomain,也即企业号:登录后台->客服管理->客服账号->企业号
String _subDomain = "vip";
BytedeskKefu.init(_appKey, _subDomain);
copied to clipboard
Third Step:Contact #
BytedeskKefu.startWorkGroupChat(context, workGroupWid, "title");
copied to clipboard
Completed #
image1
image2
image3
Support #
QQ 3Group: 825257535
Follow Us:
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.