Difference between revisions of "Event.LOCAL NOTIFICATION"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event is dispatched when application is opened by clicking on local notification. Or when notificatio...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' localNotification<br/>
 
=== Description ===
 
=== Description ===
 
Event is dispatched when application is opened by clicking on local notification.
 
Event is dispatched when application is opened by clicking on local notification.
  
 
Or when notification is received while application is in foreground (because in this case notification will not be displayed on the device).
 
Or when notification is received while application is in foreground (because in this case notification will not be displayed on the device).

Revision as of 11:37, 23 August 2018

Available since: Gideros 2011.6
Value: localNotification

Description

Event is dispatched when application is opened by clicking on local notification.

Or when notification is received while application is in foreground (because in this case notification will not be displayed on the device).