Function: createImageFilesProvider()
createImageFilesProvider(
imageFilesCallbacks
,metadata
?):ImageFilesProvider
Beta
Register the extension as an Image Files provider.
As an image files provider, a provider needs to implement a specific interface, so the core application can call the provider with specific tasks when necessary.
Parameters
imageFilesCallbacks
an object implementing the ImageFilesProvider
interface
metadata?
optional metadata attached to this provider
Returns
A disposable that unregisters this provider when being disposed