Package 

Enum TouchPrivacy

  • All Implemented Interfaces:
    com.datadog.android.sessionreplay.PrivacyLevel , java.io.Serializable , kotlin.Comparable

    
    public enum TouchPrivacy
    extends Enum<TouchPrivacy> implements PrivacyLevel
                        

    Defines the Session Replay privacy policy when recording touch interactions.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HIDE

      No touch interactions will be recorded.

      SHOW

      All touch interactions will be recorded.

    • 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