public final class NSURLSessionDelayedRequestDisposition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Cancel
Cancel the task; the request parameter is ignored.
|
static long |
ContinueLoading
Use the original request provided when the task was created; the request parameter is ignored.
|
static long |
UseNewRequest
Use the specified request, which may not be nil.
|
public static final long ContinueLoading
public static final long UseNewRequest
public static final long Cancel