Integration Documentation(Source Code Mode)

Installation

  1. Add the repository

  2. Click to download the UI source code.

  3. Module Integration: Extract the downloaded zip file to obtain the SDK module. Import this module into your project and use it as a standard project module. Important: If your project uses AndroidX libraries, make sure to migrate any remaining android.support references to their androidx equivalents.

  4. If your application has package size constraints or you need to reduce the app bundle size, you can optimize by excluding the model file module from the dependencies in step 2. This modification reduces the SDK package size by approximately 1MB. The model files will be downloaded automatically when users first launch the SDK. Please be aware that network connectivity issues may cause download failures.


Usage

  1. Initialize the SDK

    Add the following initialization code to the custom application

  2. Check license.

    The license is obtained by your server calling our openAPI, you need to check license before starting the IQA activity.

  3. User binding (highly recommended).

    You can use this method to pass us your unique user ID, and we will establish a mapping relationship based on that ID. It's easy to track logs with us in case of problems.

  4. Below is a simple startup method. You can adjust the layout of the Activity to modify the UI.

  5. Get eventId

    After each process completes, retrieve the session event ID using this method. Save this ID—it enables quick log identification when reporting issues to our support team.

FAQ

See FAQ