IResourceLoadingCallback
public interface IResourceLoadingCallback
Callback interface used to manage external resources loading.
Methods
Method | Description |
---|---|
resourceLoading(IResourceLoadingArgs args) | Callback method which regulates external resources loading. |
resourceLoading(IResourceLoadingArgs args)
public abstract int resourceLoading(IResourceLoadingArgs args)
Callback method which regulates external resources loading.
Parameters:
Parameter | Type | Description |
---|---|---|
args | IResourceLoadingArgs | The loading resource data IResourceLoadingArgs. |
Returns: int - The resource loading decision ResourceLoadingAction.