QuickLink Id: This app was not activated through a frequent QuickLink.
The following Data Package was received from the source app:
Data Package Properties
Title: (No title) Description: (No description)
Thumbnail:
Data Package Content
HTML:
Bitmap:
Your share target app should report completed after the share task completes successfully.
When reporting completed, you can optionally add a QuickLink to make it easier for the user to share to a specific person
or group that they share with frequently. This saves them from having to select that person or group in your app every
time they share to them.
Add a QuickLink
(optional)
QuickLink Id:
Title:
Icon:
Long-running Share Support
This API is required if your app supports uploading a format that may take some time, such as images or videos.
A user should be able to dismiss your app and have the upload continue in the background while they do other things.
In order for this dismiss behavior to work correctly, you need to report to the share platform that you've started
the upload. After you call this, a user can go back to the share pane and see your application in the sharing progress
list.
This API is optional and helps Windows to optimize resource usage of the system. You should report this if you have finished
extracting data from the Data Package so that Windows can suspend or terminate the source app as necessary to reclaim
system resources.
This API is optional and helps Windows to optimize resource usage of the system. You should report this if you have called
the Windows upload APIs to upload your content. Then Windows can suspend your app as necessary to reclaim system
resources.
Your app should report completed after the share task completes successfully in the same way as you would for a quick share
(see Report Completed button above). If for any reason the share was unsuccessful and failed in the background, you
should report failure and include a message for the user about how they can recover from the error. When the user goes
back to the share pane they can see your message in the progress list.