Difference between revisions of "Megacool.setSharingText"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2018.10.1<br/> '''<translate>Class</translate>:''' Megacool<br/>...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
Sets the text for the next share.<br /> | Sets the text for the next share.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Megacool.setSharingText(sharingText) | Megacool.setSharingText(sharingText) | ||
− | </ | + | </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 14: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.