jd_zendesk_support_plugin 0.0.3 copy "jd_zendesk_support_plugin: ^0.0.3" to clipboard
jd_zendesk_support_plugin: ^0.0.3 copied to clipboard

Only contains the plugin library of zendesk helpcenter

jd_zendesk_support_plugin #

flutter plug-in, compatible with zendesk's ios and android functions

Getting Started #

​```
初始化方法:

//指定首页url地址,appid信息,client认证信息,用户token认证信息
 _flutterPlugin.init(
      zendeskUrl: _zendeskUrl,
      applicationId: _applicationId,
      oauthClientId: _oauthClientId,
      userIdentifier: _token,
    );
    
打开帮助中心:

//打开指定的id文章页面,此外可以指定渠道以及版本信息绑定
_flutterPlugin.helpCenter(articlesForCategoryIds: _articlesForCategoryIds);

​```
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Only contains the plugin library of zendesk helpcenter

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on jd_zendesk_support_plugin