Package 

Class PrivacyOverrideExtensionsKt

    • 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 - pass true to hide the view, or false to 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.
      • 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.