Version: 0.61
Share
Reference#
Methods#
share()#
Open a dialog to share text content.
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#
message- a message to sharetitle- title of the message
iOS#
url- an URL to share
At least one of URL and message is required.
Options#
iOS#
subject- a subject to share via emailexcludedActivityTypestintColor
Android#
dialogTitle
sharedAction()#
The content was successfully shared.
dismissedAction()#
iOS Only. The dialog has been dismissed.