-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum SessionReplayPrivacy extends Enum<SessionReplayPrivacy>
Defines the Session Replay privacy policy when recording the sessions.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MASK_USER_INPUTMasks 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 (***).
MASKMasks 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.
ALLOWDoes 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 StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-