IShare Interface

Definition

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

public interface class IShare
public interface IShare
type IShare = interface
Public Interface IShare

Methods

RequestAsync(ShareFileRequest)

Show the operating system's user interface to share a single file.

RequestAsync(ShareMultipleFilesRequest)

Show the operating system's user interface to share multiple files.

RequestAsync(ShareTextRequest)

Show the operating systems user interface to share text.

Extension Methods

RequestAsync(IShare, String)

Show the operating system's user interface to share text.

RequestAsync(IShare, String, String)

Show the operating systems user interface to share text.

Applies to