-
public final class PrivacyOverrideExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitsetSessionReplayHidden(View $self, Boolean hide)Allows setting a view to be "hidden" in the hierarchy in Session Replay. final static UnitsetSessionReplayImagePrivacy(View $self, ImagePrivacy privacy)Allows overriding the image privacy for a view in Session Replay. final static UnitsetSessionReplayTextAndInputPrivacy(View $self, TextAndInputPrivacy privacy)Allows overriding the text and input privacy for a view in Session Replay. final static UnitsetSessionReplayTouchPrivacy(View $self, TouchPrivacy privacy)Allows overriding the touch privacy for a view in Session Replay. -
-
Method Detail
-
setSessionReplayHidden
final static Unit setSessionReplayHidden(View $self, Boolean hide)
Allows setting a view to be "hidden" in the hierarchy in Session Replay. When hidden the view will be replaced with a placeholder in the replay and no attempt will be made to record it's children.
- Parameters:
hide- passtrueto hide the view, orfalseto remove the override
-
setSessionReplayImagePrivacy
final static Unit setSessionReplayImagePrivacy(View $self, ImagePrivacy privacy)
Allows overriding the image privacy for a view in Session Replay.
- Parameters:
privacy- the new privacy level to use for the view or null to remove the override.
-
setSessionReplayTextAndInputPrivacy
final static Unit setSessionReplayTextAndInputPrivacy(View $self, TextAndInputPrivacy privacy)
Allows overriding the text and input privacy for a view in Session Replay.
- Parameters:
privacy- the new privacy level to use for the view or null to remove the override.
-
setSessionReplayTouchPrivacy
final static Unit setSessionReplayTouchPrivacy(View $self, TouchPrivacy privacy)
Allows overriding the touch privacy for a view in Session Replay.
- Parameters:
privacy- the new privacy level to use for the view or null to remove the override.
-
-
-
-