diff --git a/docs/next/share.html b/docs/next/share.html index 0cd815e24ff..911d5769b0d 100644 --- a/docs/next/share.html +++ b/docs/next/share.html @@ -74,7 +74,7 @@
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 iOS, Returns a Promise which will be invoked an object containing action, 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.
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 iOS, Returns a Promise which will be invoked an object containing action, 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.