Receive shared content
Handle text, links, and files other apps share into yours.
Track upload progress
Watch each file item as it uploads. The share.uploadProgress event reports bytesSent, totalBytes, and progress for one item at a time — subscribe at startup so you don't miss a share that is already uploading.
Retry a failed upload
Retry every failed upload on a share. Call it when an item's upload.status is failed.
When the feature is off, the call resolves ok: false with code: "common/feature_disabled".