From 69ea1c64ff2d3b8de3fa4fd006873ac2bca9c3df Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 2 Dec 2019 11:50:02 +0000 Subject: [PATCH] Deploy website Deploy website version based on e407dd34d88a450efbf31c4d9f9ca69e160258e6 --- docs/next/share.html | 2 +- docs/next/share/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.

Content