Difference between revisions of "Notification:getMessage"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the message of local notification that was previously set. <source lang="lua"> = Notificatio...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | Retrieves the message of local notification that was previously set. | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/Notification|Notification]]<br/> |
− | < | + | === <translate>Description</translate> === |
− | + | <translate>Retrieves the message of local notification that was previously set.</translate> | |
− | </ | + | <syntaxhighlight lang="lua"> |
+ | Notification:getMessage() | ||
+ | </syntaxhighlight> |
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2011.6
Class: Notification
Description
Retrieves the message of local notification that was previously set.
Notification:getMessage()