|
void | AddText (string value) |
| Adds the initial text to the share sheet.
|
|
void | AddScreenshot () |
| Creates a screenshot and adds it to the share sheet.
|
|
void | AddImage (Texture2D image, TextureEncodingFormat textureEncodingFormat=TextureEncodingFormat.JPG) |
| Adds the specified image to the share sheet.
|
|
void | AddImage (byte[] imageData, string mimeType) |
| Adds the specified image to the share sheet.
|
|
void | AddURL (URLString url) |
| Adds the URL to the share sheet.
|
|
void | AddAttachment (byte[] data, string mimeType, string filename) |
| Adds the attachment to the share sheet.
|
|
void | SetCompletionCallback (EventCallback< ShareSheetResult > callback) |
| Specify the action to execute after the share sheet is dismissed.
|
|
void | Show () |
| Shows the share sheet interface, anchored at screen position (0, 0).
|
|
void | Show (Vector2 screenPosition) |
| Shows the share sheet interface, anchored to given position.
|
|
The system provides several standard services, such as copying items to the pasteboard, posting content to social media sites, sending items via email or SMS, and more.