Package 

Enum DataSource

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MEMORY

      Represents an in-memory data source or cache (e.g. bitmap, ByteBuffer).

      DISK

      Represents a disk-based data source (e.g. drawable resource, or File).

      NETWORK

      Represents a network-based data source.

      UNKNOWN

      Represents an unknown data source.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail