npm i --save nativescript-plugin-verloop
- 版本:1.3.2
- GitHub:
- NPM: https://npmjs.net.cn/package/nativescript-plugin-verloop
- 下载
- 昨天: 0
- 上周: 0
- 上个月: 0
NativeScript Verloop 插件
一个将 Verloop 在线聊天集成到您的 NativeScript 应用程序的插件。
安装
描述您的插件安装步骤。理想情况下,它可能类似于
tns plugin add nativescript-plugin-verloop
使用
实例化 Verloop 对象
const config : IVerloopConfig = {
clientId : '<Your-client-id>',
fcmToken : null,
userId : '<user-id>',
name : "<user-full-name>",
email : '<user-email>',
//Custom fields.
token : "<custom token to access your API>"
};
this.verloop = getVerloopInstance(config);
稍后启动聊天。例如,当用户点击浮动操作栏图标时
this.verloop.showChat();
许可证
Apache 许可协议第 2 版,2004 年 1 月