1.3.2 • Published 5 years ago

nativescript-plugin-verloop v1.3.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

NativeScript Verloop Plugin

A {N} plugin to integrate Verloop live chat into your NativeScript application.

Installation

Describe your plugin installation steps. Ideally it would be something like:

tns plugin add nativescript-plugin-verloop

Usage

Instantiate Verloop object

    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);

Launch chat later on. may be when user taps on floating action bar icon

this.verloop.showChat();

License

Apache License Version 2.0, January 2004

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago