Skip to content

RoadmapStudios/zohodesk-portal-capacitor

Repository files navigation

zohodesk-portal-capacitor

Enable Zoho Desk ASAP and Zoho Chat for Angular Capacitor apps

Install

npm install zohodesk-portal-capacitor
npx cap sync
`
## Setup for Android

-  In android/app/src/main/AndroidManifest.xml Add the following :
1. Manifest Tag : xmlns:tools="http://schemas.android.com/tools"
2. Application Tag : tools:replace="android:allowBackup"

-  In gradle.properties Add the following :
android.enableJetifier=true

-  In android/app/build.gradle Add the following :
In repositories :
1.  maven { url 'https://maven.zohodl.com' }
2.  maven { url "https://downloads.zohocdn.com/wmslibrary" }

## API

<docgen-index>

* [`initialise(...)`](#initialise)

</docgen-index>

<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->

### initialise(...)

```typescript
initialise(options: { orgId: string; appId: string; dc: string; }) => Promise<void>
Param Type
options { orgId: string; appId: string; dc: string; }