Toggle navigation
Home
Features
Pricing
Team
FAQ
Support
Log In
Signup Now
3 Step Integration
Download Conversity Library
Login to the
Admin Portal
Left menu » Click on
Getting Started
Click on the link to download the
Conversity Library
Step 1: Integrate
Open your Android Studio project
Go to File » New » New Module » Import .JAR/.AAR Package » Next
Locate the downloaded Conversity's .aar file and click [Finish].
Check dependency in your application's module gradle file.
Right Click on App folder » Open module settings » Under Modules, Click on app Select the dependencies tab
If not automatically added, click on "+" to add module dependency
Select Conversity from the pop window » OK
Go to the Gradle file of the main module and add the following code in the dependency section.
compile 'com.squareup.okhttp:okhttp:2.4.0'
Extend ConversityCompatActivity instead of AppCompatActivity for your activity implementation
Step 2: Customize
Set parameters like chat bubble colors, font color etc to suit your app's theme.
This has to be done once only.
Step 3: Invoke
Create an explicit intent to call the library in your application.
You can do this on every activity where you'd like to place chat button.
Done. Test your app!
Feel free to contact us for any help you may require.
Request a Team Viewer session.
Get Product Updates
Thank you
Invalid or Blank Submission.