Android
Android Native SDK, with support for Compose and native webviews
Installation
dependencies {
// ... other dependencies ...
implementation 'io.cobrowse:cobrowse-sdk-android:3.+'
}import io.cobrowse.CobrowseIO;
...
CobrowseIO.instance().license("put your license key here");
CobrowseIO.instance().start();Add your license key
Try it out
Requirements
Last updated