Skip to content

Commit 3ddf363

Browse files
romtsnlizokm
andauthored
Update docs/platforms/android/session-replay/privacy/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 45bf9c8 commit 3ddf363

File tree

1 file changed

+5
-5
lines changed
  • docs/platforms/android/session-replay/privacy

1 file changed

+5
-5
lines changed

docs/platforms/android/session-replay/privacy/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ AndroidView(
144144

145145
### Masking Priority
146146

147-
The following order determines how masking/unmasking rules are applied:
147+
Masking and unmasking rules are applied in the following order:
148148

149-
1. Check if a view is marked as `unmasked` via a tag/extension function/modifier
150-
2. Check if a view is marked as `masked` via a tag/extension function/modifier
151-
3. Check if a view's class is marked as unmasked via `addUnmaskViewClass`
152-
4. Check if a view's class is marked as masked via `addMaskViewClass`
149+
1. Check if a view is marked as `unmasked` via a tag/extension or function/modifier.
150+
2. Check if a view is marked as `masked` via a tag/extension or function/modifier.
151+
3. Check if a view's class is marked as unmasked via `addUnmaskViewClass`.
152+
4. Check if a view's class is marked as masked via `addMaskViewClass`.

0 commit comments

Comments
 (0)