Difference between revisions of "Notification:setTitle"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Notification|Notification]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Sets the title text of local notification, usually used as app name.
 
<translate>Sets the title text of local notification, usually used as app name.
Line 7: Line 9:
  
 
On IOS title represents the action on slide bar.</translate>
 
On IOS title represents the action on slide bar.</translate>
<source 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()