Difference between revisions of "Megacool.setSharingText"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 9: Line 9:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
  Megacool.setSharingText(sharingText)
 
  Megacool.setSharingText(sharingText)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''sharingText''': (string) <translate>The text to share.</translate> <br/>
 
'''sharingText''': (string) <translate>The text to share.</translate> <br/>

Latest revision as of 15:30, 13 July 2023


Available since: Gideros 2018.10.1
Class: Megacool

Description


Sets the text for the next share.

 Megacool.setSharingText(sharingText)

Parameters

sharingText: (string) The text to share.