Package apple.photos.enums
Class PHImageRequestOptionsDeliveryMode
- java.lang.Object
-
- apple.photos.enums.PHImageRequestOptionsDeliveryMode
-
public final class PHImageRequestOptionsDeliveryMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFastFormatclient will get one result only and it may be degradedstatic longHighQualityFormatclient will get one result only and it will be as asked or better than askedstatic longOpportunisticclient may get several image results when the call is asynchronous or will get one result when the call is synchronous
-
-
-
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
-
-