-
- 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_ALLMasks 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_ALLDoes not apply any privacy rule on the recorded data.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-