Skip to main content

SharePlugin.canShare()

BFChainPluginSharePlugincanShareLess than 1 minute

Check if sharing is available

SharePlugin.canShare()

Parameters

  • None

Return Value

Returns a Promise that resolves to a boolean;

Example

import { sharePlugin } from "@plaoc/plugins";

(async() => {
  const b = await sharePlugin.canShare() 
})();

Platform Compatibility

Properties/Methods/EventsAndroidiOSDesktop-DevDesktop
canShareX

SharePlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7