ShareTextRequest Class

Definition

Standard request for sharing text to other applications.

public class ShareTextRequest : Xamarin.Essentials.ShareRequestBase
Inheritance
ShareTextRequest

Constructors

ShareTextRequest()

Default constructor.

ShareTextRequest(String)

Share request with text.

ShareTextRequest(String, String)

Share request with text and title.

Properties

PresentationSourceBounds

Gets or sets the source rectangle to display the Share UI from.

(Inherited from ShareRequestBase)
Subject

Gets or sets the subject that is sometimes used for applications such as mail clients.

Text

Gets or sets the main text or message to share.

Title

Gets or sets the title to use on the share user interface

(Inherited from ShareRequestBase)
Uri

Gets or sets a valid Uri to share.

Applies to