Difference between revisions of "NotificationManager.getSharedInstance"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the shared instance of NotificationManager class. There can be no other instance. <source lang...")
 
Line 4: Line 4:
 
Returns the shared instance of NotificationManager class. There can be no other instance.
 
Returns the shared instance of NotificationManager class. There can be no other instance.
 
<source lang="lua">
 
<source lang="lua">
= NotificationManager.getSharedInstance()
+
NotificationManager.getSharedInstance()
 
</source>
 
</source>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description

Returns the shared instance of NotificationManager class. There can be no other instance.

 NotificationManager.getSharedInstance()