Class PHPickerConfigurationAssetRepresentationMode


  • public final class PHPickerConfigurationAssetRepresentationMode
    extends java.lang.Object
    A mode that determines which representation an item provider should provide if multiple representations of the same asset are available for the requested type identifier or class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Automatic
      Uses the best representation determined by the system.
      static long Compatible
      Uses the most compatible representation if possible.
      static long Current
      Uses the current representation to avoid transcoding if possible.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Automatic

        public static final long Automatic
        Uses the best representation determined by the system. This may change in future releases.
        See Also:
        Constant Field Values
      • Current

        public static final long Current
        Uses the current representation to avoid transcoding if possible.
        See Also:
        Constant Field Values
      • Compatible

        public static final long Compatible
        Uses the most compatible representation if possible.
        See Also:
        Constant Field Values