跳到主要内容

bn.showSharePanelV2

showSharePanelV2(options?): Promise<ShowSharePanelV2Results>

description Pop up the sharing panel.

example

 bn.showSharePanelV2()

Parameters

NameType
options?ShowSharePanelV2Options

Returns

Promise<ShowSharePanelV2Results>


Interface: ShowSharePanelV2Options

NameTypeDescription
title?string
url?string
desc?string
path?string
imageUrl?string
copyText?string

Interface: ShowSharePanelV2Results

NameTypeDescription
shareResultboolean