Difference between revisions of "Notification:setTitle"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 11: Line 11:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
  Notification:setTitle()
 
  Notification:setTitle()
</source>
+
</syntaxhighlight>

Latest revision as of 15:31, 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.

 Notification:setTitle()