nativescript-plugin-verloop
Nativescript 的 verloop 插件。
npm i --save nativescript-plugin-verloop

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 月