Sharing
Present the system share sheet for text, links, and images.
Inject ISharer and pass it a ShareContent value:
Text, Uri, and ImageSource values convert implicitly for the common one-item cases:
The task completes after the sheet is dismissed, whether the person shared or canceled. It does not report which destination was selected.
Share the smallest useful payload. Combining a short title, canonical link, and optional preview image generally produces better results than placing a large article body in Text.
ISharer is registered with the other built-in services described in application setup and DI, but can also be accessed from any custom view through its protected Sharer property.