public static interface CanAccessFileCallback.Response
CanAccessFileCallback.| Modifier and Type | Method and Description |
|---|---|
static CanAccessFileCallback.Response |
can()
Notifies the engine that the request can access the required file.
|
static CanAccessFileCallback.Response |
cannot()
Notifies the engine that the request cannot access the required file.
|
static CanAccessFileCallback.Response can()
static CanAccessFileCallback.Response cannot()