Difference between revisions of "Share.new"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.7<br/> '''Class:''' Share<br/> === Description === Sharing a piece of data with an external app. <syntaxhighlight lang="lua"...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
− | + | Creates a new Share object. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
− | + | Share.new() | |
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Example === | === Example === | ||
Line 28: | Line 14: | ||
local share = Share.new() | local share = Share.new() | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
{{Share}} | {{Share}} |
Latest revision as of 20:07, 20 February 2025
Available since: Gideros 2020.7
Class: Share
Description
Creates a new Share object.
Share.new()
Example
require "Share"
local share = Share.new()