Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This feature is only supported on Android devices.

If you want to report installed applications on Android devices, it will be enough to run the code below.

Code Block
languagejs
const trackInstalledApps = async () => {
    // Android Only
    await visilabsApi.sendTheListOfAppsInstalled()
}