Microsoft.Maui.ApplicationModel.DataTransfer Namespace

Provides interfaces and classes that enable you to use data transfer APIs. For instance to access the clipboard or initiate a file share request on the operating system.

Classes

Clipboard

Provides a way to work with text on the device clipboard.

Share

The Share API enables an application to share data such as text and web links to other applications on the device.

ShareExtensions

Static class with extension methods for the IShare APIs.

ShareFile

A representation of a file that can be used with the IShare API.

ShareFileRequest

Represents a request for sharing a single file with other apps on the device.

ShareMultipleFilesRequest

Represents a request for sharing multiple files with other apps on the device.

ShareRequestBase

Base class for the different share requests that can be used with the IShare API.

ShareTextRequest

Represents a request for sharing text with other apps on the device.

Interfaces

IClipboard

Provides a way to work with text on the device clipboard.

IShare

The Share API enables an application to share data such as text and web links to other applications on the device.