Skip to main content

IUriImageProvider

Kind: interface

EXPERIMENTAL

This allows applications to provide their own image caching / storage pipelines. Or to generate images on the fly based on uri.

Methods

CanLoadImageUri

bool CanLoadImageUri(IReactContext context, Uri uri)

This should return true if this provider will provide an image for the provided uri.

GetImageResponseAsync

IAsyncOperation<ImageResponse> GetImageResponseAsync(IReactContext operation, ImageSource context)

Referenced by