Package 

Enum ImagePrivacy

  • 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_ALL

      No images will be recorded. In the replay images will be replaced with placeholders with the label: Image.

      MASK_LARGE_ONLY

      Mask 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_NONE

      All images will be recorded, including those downloaded from the Internet during app runtime.

    • 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