File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/platforms/android/session-replay/privacy Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments