🚧 Must Read: We recommend that you get yourself acquainted with the concept of System Events , Custom Events and their attributes before proceeding. Doing so will help you better understand the workings of this section. Here are a few Custom Event Templates to help you get started . WebEngage start...| Dev Docs
Installation The easiest way to use WebEngage in your Android project is with Maven . WebEngage Android SDK is hosted on mavenCentral Maven repository. Add dependencies of WebEngage in the app/build.gradle file. dependencies { implementation 'com.webengage:android-sdk:4.+' } 🚧 Please Note: After ap...| Dev Docs
Tracking in Android WebViews: JavaScript Bridge JavaScript bridge is useful if you are using WebViews in your Android app. WebEngage provides a JavaScript bridge which enables you to handle WebEngage Website SDK calls from your Android WebViews. When you use this bridge, all WebEngage JavaScript API...| Dev Docs