Difference between revisions of "Share"
From GiderosMobile
Line 20: | Line 20: | ||
Share.share("text/plain", "Hello Gideros!") | Share.share("text/plain", "Hello Gideros!") | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− | |||
− | |||
− | |||
{|- | {|- |
Revision as of 20:44, 20 February 2025
Supported platforms:
Available since: Gideros 2020.7
Description
Sharing a text or an image with other apps (Whatsapp, Chrome, Bluetooth, Gmail, ...) on iOS, Android and Windows Uwp.
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.new creates a new Share object Share:export export data |
EventsShare_Event.SHARE_EXPORT_RESULT Constants |