Difference between revisions of "Share"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Share a text or an image with other apps on iOS/Android.
 
Share a text or an image with other apps on iOS/Android.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Share=require "Share"
 
Share=require "Share"
  

Revision as of 15:30, 13 July 2023

Supported platforms: Platform android.pngPlatform ios.png
Available since: 2020.7

Description

Share a text or an image with other apps on iOS/Android. <syntaxhighlight lang="lua"> Share=require "Share"

Share.share("text/plain","Hello World!") </source>


Methods

Share.share share some data

Events

Constants