Skip to content

Commit ffac8ef

Browse files
Replace with method signature
1 parent 3046b08 commit ffac8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ For advanced use cases, you can provide a custom masking provider to specify exa
265265

266266
You can implement your own masking logic by conforming to the `DevRev.MaskLocationProviding` protocol and setting your custom object as the masking provider. This allows you to specify explicit regions to be masked or to skip snapshots entirely.
267267

268-
- `DevRev.setMaskingLocationProvider(MyMaskingProvider())`: Sets the external view masking provider used to determine which areas of the UI should be masked for privacy during snapshots. The provider must conform to the `DevRev.MaskLocationProviding` protocol.
268+
- `DevRev.setMaskingLocationProvider(_ provider: DevRev.MaskLocationProviding)`: Sets the external view masking provider used to determine which areas of the UI should be masked for privacy during snapshots. The provider must conform to the `DevRev.MaskLocationProviding` protocol.
269269
- `DevRev.MaskLocationProviding`: Protocol for providing explicit masking locations for UI snapshots.
270270
- `DevRev.SnapshotMask`: Describes the regions of a snapshot to be masked.
271271
- `DevRev.SnapshotMask.Location`: Describes a masked region.

0 commit comments

Comments
 (0)