public interface IResourceLoadingCallback
Callback interface used to manage external resources loading.
Modifier and Type | Method and Description |
---|---|
int |
resourceLoading(IResourceLoadingArgs args)
Callback method which regulates external resources loading.
|
int resourceLoading(IResourceLoadingArgs args)
Callback method which regulates external resources loading.
args
- The loading resource data IResourceLoadingArgs
.ResourceLoadingAction
.