-
- All Implemented Interfaces:
-
com.datadog.android.sessionreplay.PrivacyLevel,java.io.Serializable,kotlin.Comparable
public enum ImagePrivacy extends Enum<ImagePrivacy> implements PrivacyLevel
Defines the Session Replay privacy policy when recording images.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MASK_ALLNo images will be recorded. In the replay images will be replaced with placeholders with the label: Image.
MASK_LARGE_ONLYMask images that we consider to be content images based on them being larger than 100x100 dp. In the replay such images will be replaced with placeholders with the label: Content Image.
MASK_NONEAll images will be recorded, including those downloaded from the Internet during app runtime.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-