Package 

Enum MaskLevel

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum MaskLevel
    extends Enum<MaskLevel>
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONSERVATIVE

      Masks everything in MEDIUM plus all Text views

      MEDIUM

      Masks everything in LIGHT plus all Editable text fields.

      LIGHT

      Masks all password fields, phone numbers, and email addresses.

    • 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