-
- All Implemented Interfaces:
-
com.datadog.android.sessionreplay.PrivacyLevel,java.io.Serializable,kotlin.Comparable
public enum TextAndInputPrivacy extends Enum<TextAndInputPrivacy> implements PrivacyLevel
Defines the Session Replay privacy policy when recording text and inputs.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MASK_ALLAll text and inputs will be masked.
MASK_ALL_INPUTSAll inputs will be masked.
MASK_SENSITIVE_INPUTSAll text and inputs considered sensitive will be masked. Sensitive text includes passwords, emails and phone numbers.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-