PickedAsset

A file or an image chosen from the device.
public sealed class PickedAsset

Properties

Data

The data represented as bytes.

Type: byte

public byte[] Data { get; }

Name

The file name.

Type: string

public string Name { get; }