Difference between revisions of "Event.PUSH NOTIFICATION"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event is received when application is opened by clicking on push notification. Or when notification i...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' pushNotification<br/>
 
=== Description ===
 
=== Description ===
 
Event is received when application is opened by clicking on push notification.
 
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).

Revision as of 11:39, 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).