Difference between revisions of "Notification:setTitle"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 9: | Line 9: | ||
On IOS title represents the action on slide bar.</translate> | On IOS title represents the action on slide bar.</translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Notification:setTitle() | Notification:setTitle() | ||
</source> | </source> |
Revision as of 14:30, 13 July 2023
Available since: Gideros 2011.6
Class: Notification
Description
Sets the title text of local notification, usually used as app name.
On Android title is displayed as ticker text and title inside local notification.
On IOS title represents the action on slide bar. <syntaxhighlight lang="lua">
Notification:setTitle()
</source>