diff --git a/docs/next/share.html b/docs/next/share.html index 24ca1574bbe..4b6834c12b4 100644 --- a/docs/next/share.html +++ b/docs/next/share.html @@ -74,8 +74,8 @@
static share(content, options)
 

Open a dialog to share text content.

-

In iOS, Returns a Promise which will be invoked with an object containing action and activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator.

-

In Android, Returns a Promise which always be resolved with action being Share.sharedAction.

+

In iOS, returns a Promise which will be invoked with an object containing action and activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator.

+

In Android, returns a Promise which will always be resolved with action being Share.sharedAction.

Content