flutter chat sdk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jackning 3cb187f4a1
update to 0.1.1
4 years ago
bytedesk_demo update to 0.1.1 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md update to 0.0.8 4 years ago
chat.jpeg update 4 years ago
chat_type.jpeg update 4 years ago
home.jpeg update 4 years ago
status.jpeg update 4 years ago
userinfo.jpeg update 4 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

萝卜丝客服SDK

萝卜丝(bytedesk) flutter 客服SDK

Getting Started

第一步

  • 注册账号
  • 获取appkey登录后台->客服管理->渠道管理->添加应用->appkey
  • 获取subDomain也即企业号登录后台->客服管理->客服账号->企业号
  • 获取技能组workGroupWid

第二步:匿名登录

  • BytedeskKefu.anonymousLogin(_androidKey, _iOSKey, _subDomain);

第三步:联系客服

  • BytedeskKefu.startWorkGroupChat(context, workGroupWid, "技能组客服");

集成完毕