Integration Guide (Core)
Steps to integrate Acquire android-sdk-core are as follows :
Step 1 :
Add the SDK to your project by including the following snippets in the build.gradle
file:
Project level build.gradle :
Module build.gradle :
If you have added any of this dependency already then try to match the version.
Step 2 :
Initialize Acquire in the onCreate()
method of an Activity where you plan to use the SDK, or an Application subclass. Use the initialization details provided by the Acquire Support admin and an Application instance:
To know more about initialization options click here.
To handle chat events manually click here.
To customize our chat widget click here.
To reduce apk size (e.g. for release version).
Use apk split feature of android
https://developer.android.com/studio/build/configure-apk-splits
for reference see below screenshot ->
Last updated