⚠️ Read this before you complete the implementation
UXCam captures the Screen (view controller/activity) name automatically. However, there are some cases where you will need to manually tag your screens to ensure you have them separately in your recordings and heatmaps.
Use our API to tag screens if you:
- Use SwiftUI, React Native or Cordova, where the application usually runs within a single activity or controller.
- Want to define which views or activities should be considered screens or want to define different names.
- Use OpenGL or have a game where the screens are dynamically shown
✏️ Note » To tag Android fragments automatically, please read this article.
✧ New » We've released automatic tagging for Flutter, to read more about it, review our docs →