ResourceLoading

IResourceLoadingCallback.ResourceLoading method

Callback method which regulates external resources loading.

public ResourceLoadingAction ResourceLoading(IResourceLoadingArgs args)
ParameterTypeDescription
argsIResourceLoadingArgsThe loading resource data IResourceLoadingArgs.

Return Value

The resource loading decision ResourceLoadingAction.

See Also