Share
From GiderosMobile
Supported platforms:
Available since: Gideros 2020.7
Description
Share 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!")
MethodsShare.share share some data |
EventsConstants |