IResourceLoadingCallback

public interface IResourceLoadingCallback

Callback interface used to manage external resources loading.

Methods

MethodDescription
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:

ParameterTypeDescription
argsIResourceLoadingArgsThe loading resource data IResourceLoadingArgs.

Returns: int - The resource loading decision ResourceLoadingAction.