Difference between revisions of "Event.LOCAL NOTIFICATION"

From GiderosMobile
Line 3: Line 3:
 
'''Value:''' localNotification<br/>
 
'''Value:''' localNotification<br/>
 
=== Description ===
 
=== Description ===
Event is dispatched when application is opened by clicking on local notification.
+
<translate>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).</translate>

Revision as of 14:32, 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).