ISelectMediaAttachment interface

This object represents the data returned by the native media picker API.

Properties

content

Content of the file represented as base64Strings

error

Error associated with attachment

fileName

The names of the selected files.

Property Details

content

Content of the file represented as base64Strings

content: string;

Property Value

string

error

Error associated with attachment

error?: IAttachmentError;

Property Value

fileName

The names of the selected files.

fileName: string;

Property Value

string