Difference between revisions of "Event.PUSH NOTIFICATION"

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

Description

Event is received when application is opened by clicking on push notification.

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