Skip to main content
Show a native share panel with sharing options.

Parameters

PropertyTypeRequiredDescription
successFunctionNoCallback on success
failFunctionNoCallback on failure
completeFunctionNoCallback that always executes

Code Example

my.showSharePanel({
  success: () => {
    console.log('Share panel shown');
  }
});