Minimum Requirements

  • Android API Level 19
  • Android X Compatibility
  • Compile and Target SDK version 31
  • Build Tool Version 30.0.3

Add Android SDK

  1. Add the following repository to your project’s build.gradle file under allprojects.
  2. Add the following dependency to the module’s build.gradle file under dependencies.
  3. Add the hive-talkplus-x.x.x.aar file to the module’s libs specified folder.

Initialize

Initialize Hive TalkPlus API before using Hive TalkPlus after calling AuthV4.setup() of Hive SDK.

Login / Logout Process

  • You need to login (LoginWithToken) once Hive TalkPlus API has been initialized.
  • You can get the token required when calling LoginWithToken through the AuthV4.getHiveTalkPlusLoginToken() function after calling AuthV4.signIn().
  • When a user logs out, make sure to call the Logout function of Hive TalkPlus. If the Logout function call is omitted, the user will continue to receive notifications even when offline.