uri

public static ImageSource uri(String uri)

Create an instance from a URI. If the URI does not start with a scheme, it's assumed to be the URI of a file.

Parameters

uri

image URI.


public static ImageSource uri(Uri uri)

Create an instance from a URI.

Parameters

uri

image URI.