Package 

Enum SessionReplayPrivacy

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MASK_USER_INPUT

      Masks most form fields such as inputs, checkboxes, radio buttons, switchers, sliders, etc. while recording all other text as is. Inputs are replaced with three asterisks (***).

      MASK

      Masks all the elements. All the characters in texts will be replaced by X, images will be replaced with just a placeholder and switch buttons, check boxes and radio buttons will also be masked. This is the default privacy rule.

      ALLOW

      Does not apply any privacy rule on the recorded data with an exception for strong privacy sensitive EditTextViews. The EditTextViews which have email, password, postal address or phone number inputType will be masked no matter what the privacy option with space-preserving "x" mask (each char individually)

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait