[![SupportedLanguages](https://img.shields.io/badge/Platforms-iOS%20%7C%20%20Android-green.svg)](https://www.zoho.com/salesiq/help/developer-section/cordova-ionic-installation.html) [![Version](https://img.shields.io/badge/version-8.1.1-blue.svg)](https://mobilisten.io/) [![Mobilisten NPM CD](https://github.com/zoho/SalesIQ-Mobilisten-Cordova/workflows/Mobilisten%20NPM%20CD/badge.svg)](https://github.com/zoho/SalesIQ-Mobilisten-Cordova/actions?query=workflow%3A%22Mobilisten+NPM+CD%22)

# SalesIQ Mobilisten SDK - Cordova Plugin

Connect with customers at every step of their journey. Give them the best in-app live chat experience with Mobilisten. Mobilisten enables customers to reach you from any screen on your app, get their questions answered, and make better purchase decisions.  


## Getting Started

**Mobilisten** comes with a set of highly configurable APIs to suit your needs. Get started by generating an `App` and `Access` key for your app from the SalesIQ console.


## Requirements

**iOS**: iOS 12 or above is required. The minimum version of Xcode required is Xcode 13.

**Android**: `minSdkVersion` 21 or above is required.


## Installation

You can integrate Mobilisten to your existing [Apache Cordova](https://cordova.apache.org/)/[PhoneGap](https://phonegap.com/)/[Ionic](https://ionicframework.com/) applications.

#### Installation and Integration Steps

**Cordova Projects**
```ruby
cordova plugin add https://github.com/zoho/SalesIQ-Mobilisten-Cordova.git
```

**Ionic Projects**
```ruby
ionic cordova plugin add https://github.com/zoho/SalesIQ-Mobilisten-Cordova.git
```

**Ionic React Projects using Capacitor**
```ruby
npm install https://github.com/zoho/SalesIQ-Mobilisten-Cordova.git
npx cap sync
```


Find our detailed installation guide [here](https://www.zoho.com/salesiq/help/developer-section/cordova-ionic-installation.html).


## API Documentation
You can find the list of all APIs and their documentation [here](https://www.zoho.com/salesiq/help/developer-section/cordova-ionic-sdk-set-launcher-visibility.html) in the **API Reference** section.

</br>
