-
Notifications
You must be signed in to change notification settings - Fork 0
Add overlay occlusion with screen filters #11
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
UXCamOverlaybuilder - iOS:
UXCamOverlayconfiguration
Use Case
- Replace entire screen regions with solid color
- Configure which screens to apply/exclude
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request