.aar
file in to your system. Now, open the File menu option in the toolbar and click on the Project Structure option. You can also open the Project Structure window directly by the hitting the keyboard shortcut Ctrl+Alt+Shift+S for a Windows machine or Command + ; for a Mac:.aar
package. Select the respective option and click on Next:build.gradle
file present under the gradle scripts and add the following dependencies:.apk
can be built and an update can be released on your app distribution channel for all the users.name
, email
, created_at
, and custom_payload
under the settings
object:name
: The genuine name of the user you want to get reflected in the support panel. E.g., John Doe.email
: The genuine email address of the user. E.g., [email protected]created_at
: The accurate timestamp of the conversation being created. E.g., Mon March 23 2020 17:01:15 GMT+0530.custom_payload
: An object of payloads that you want to pass. It could be an information related to sign up, login details or could contain a set of login credentials of a user.