bn.showSharePanelV2
▸ showSharePanelV2(options?): Promise<ShowSharePanelV2Results>
description Pop up the sharing panel.
example
bn.showSharePanelV2()
Parameters
| Name | Type |
|---|---|
options? | ShowSharePanelV2Options |
Returns
Promise<ShowSharePanelV2Results>
Interface: ShowSharePanelV2Options
| Name | Type | Description |
|---|---|---|
| title? | string | |
| url? | string | |
| desc? | string | |
| path? | string | |
| imageUrl? | string | |
| copyText? | string |
Interface: ShowSharePanelV2Results
| Name | Type | Description |
|---|---|---|
| shareResult | boolean |