Difference between revisions of "Share"

From GiderosMobile
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<!-- GIDEROSOBJ:Share -->
 
<!-- GIDEROSOBJ:Share -->
'''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]]<br/>
+
'''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform winrt.png]]<br/>
 
'''Available since:''' Gideros 2020.7<br/>
 
'''Available since:''' Gideros 2020.7<br/>
  

Revision as of 19:09, 18 February 2025

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

Description

Sharing a text or an image with other apps on iOS/Android.

To use the Share plugin, add it to your project and call:

Share = require "Share"
There are some more parameters for iOS, right click the plugin -> Properties

Example

Share = require "Share"

Share.share("text/plain", "Hello Gideros!")

References

Methods

Share.share sharing data

Events

Constants