public static interface LoadResourceCallback.Response
LoadResourceCallback
.Modifier and Type | Method and Description |
---|---|
static LoadResourceCallback.Response |
cancel()
Notifies the engine that the resource loading should be canceled.
|
static LoadResourceCallback.Response |
load()
Notifies the engine that the resource can be loaded.
|
static LoadResourceCallback.Response load()
static LoadResourceCallback.Response cancel()