ResourceLoadingArgs class

ResourceLoadingArgs class

Provides data for the IResourceLoadingCallback.resourceLoading() method.

Properties

NameDescription
originalUriOriginal URI of the resource as specified in imported document.
resourceTypeType of resource.
uriURI of the resource which is used for downloading if IResourceLoadingCallback.resourceLoading() returns ResourceLoadingAction.Default.

Methods

NameDescription
setData(data)Sets user provided data of the resource which is used if IResourceLoadingCallback.resourceLoading() returns ResourceLoadingAction.UserProvided.

See Also