Skip to content

Commit 3046b08

Browse files
Make description identical in Android as iOS
1 parent 635f90a commit 3046b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/sdks/mobile/android/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ For example:
634634

635635
For advanced use cases, you can provide a custom masking provider to explicitly specify which regions of the UI should be masked during snapshots.
636636

637-
You can implement your own masking logic by creating a class that implements the `MaskLocationProvider` interface and setting it via `DevRev.setMaskLocationProvider(MyMaskingProvider())`. This allows you to define exact areas to mask or skip snapshots entirely for privacy and security.
637+
You can implement your own masking logic by creating a class that implements the `MaskLocationProvider` interface and setting your custom object as the masking provider. This allows you to specify explicit regions to be masked or to skip snapshots entirely.
638638

639639
- `DevRev.setMaskLocationProvider(maskLocationProvider: MaskLocationProvider)`
640640
Sets a custom provider that determines which UI regions should be masked during snapshots. This overrides any previously set provider.

0 commit comments

Comments
 (0)