Difference between revisions of "Notification:getId"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns user assigned ID of local notification</translate>
 
<translate>Returns user assigned ID of local notification</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Notification:getId()
 
  Notification:getId()
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023


Available since: Gideros 2011.6
Class: Notification

Description

Returns user assigned ID of local notification <syntaxhighlight lang="lua">

Notification:getId()

</source>