Class PHImageRequestOptionsDeliveryMode


  • public final class PHImageRequestOptionsDeliveryMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FastFormat
      client will get one result only and it may be degraded
      static long HighQualityFormat
      client will get one result only and it will be as asked or better than asked
      static long Opportunistic
      client may get several image results when the call is asynchronous or will get one result when the call is synchronous
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Opportunistic

        public static final long Opportunistic
        client may get several image results when the call is asynchronous or will get one result when the call is synchronous
        See Also:
        Constant Field Values
      • HighQualityFormat

        public static final long HighQualityFormat
        client will get one result only and it will be as asked or better than asked
        See Also:
        Constant Field Values
      • FastFormat

        public static final long FastFormat
        client will get one result only and it may be degraded
        See Also:
        Constant Field Values