Package 

Enum Priority

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

    
    public enum Priority
    extends Enum<Priority>
                        

    Priority levels recognized by the image pipeline.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Priority.Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HIGH

      Highest priority level. Used for images that are currently visible on screen.

      MEDIUM

      Medium priority level. Used for warming of images that might soon get visible.

      LOW

      Lowest priority level. Used for prefetches of non-visible images.

    • 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