Description
Add overlay occlusion that replaces sensitive areas with a solid color.
API
data class UXCamOverlay(
val screens: List<String>? = null,
val excludeMentionedScreens: Boolean = false,
val color: Int = 0xFFFF0000.toInt() // Red default
)
fun applyOcclusion(overlay: UXCamOverlay)
Platforms
- Android:
UXCamOverlay builder
- iOS:
UXCamOverlay configuration
Use Case
- Replace entire screen regions with solid color
- Configure which screens to apply/exclude
Description
Add overlay occlusion that replaces sensitive areas with a solid color.
API
Platforms
UXCamOverlaybuilderUXCamOverlayconfigurationUse Case