Skip to content

Commit 830fb64

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you're using a code obfuscation tool (R8/ProGuard), adjust your proguard rule
4949

5050
### Class Hierarchy
5151

52-
The masking behavior applies to classes and their subclasses. This means if you add a view via `addMaskViewClass` (for example, `TextView`, which is the default behavior), its respective subclasses (`RadioButton`, `CheckBox`, `EditText`, etc.) will also be masked. For example, you can do the following:
52+
The masking behavior applies to classes and their subclasses. This means if you add a view via `addMaskViewClass` (for example, `TextView`, which is the default behavior), its respective subclasses (`RadioButton`, `CheckBox`, `EditText`, and so on) will also be masked. For example, you can do the following:
5353

5454
```kotlin
5555
options.experimental.sessionReplay.addMaskViewClass("android.widget.TextView") // mask TextView and all its subclasses

0 commit comments

Comments
 (0)