Cobrowse - Android SDK
Cobrowse - Android Native SDK
Installation
Add the following lines to your code which will register this device with the SaleAssist Cobrowse servers so you can connect to it. You could choose to do this on app startup, or when your users visits a support page in your application, or any other time.
Registering on startup
If you would like your devices to register as soon as your app starts, we recommend doing this in your custom Application subclass onCreate
method. For example:
If you do not have a custom Application subclass in your app yet, you will also need to modify your application manifest:
You may also start Cobrowse in your MainActivity or other Activity if necessary. In that case, the SDK will continue to function even as new Activities are being created and destroyed.
Identify your devices
Add your license key
Please send an email to support@saleassist.ai and get your free License Key.
This will associate sessions from your mobile app with your SaleAssist account.
Last updated
Was this helpful?