ISharer

Presents the system share sheet.
public interface ISharer

Methods

ShareAsync

Presents the share sheet for a piece of content.

A string, Uri or ImageSource converts to ShareContent implicitly for the common case.

Task ShareAsync(
  ShareContent content)
ParameterSummary
ShareContent contentThe text, link and/or image to share.

Returns

  • Task: A task that completes once the sheet is dismissed, whether shared or canceled.