public final class PHImageRequestOptionsDeliveryMode
extends java.lang.Object
| Modifier and Type | Field and 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
|
public static final long Opportunistic
public static final long HighQualityFormat
public static final long FastFormat