Difference between revisions of "Event.LOCAL NOTIFICATION"

From GiderosMobile
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Value</translate>:''' localNotification<br/>
 
'''<translate>Value</translate>:''' localNotification<br/>
 +
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/NotificationManager|NotificationManager]]<br/>
 
=== <translate>Descriptio</translate>n ===
 
=== <translate>Descriptio</translate>n ===
 
<translate>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).</translate>
 
Or when notification is received while application is in foreground (because in this case notification will not be displayed on the device).</translate>

Latest revision as of 10:57, 3 September 2018


Available since: Gideros 2011.6
Value: localNotification
Defined by: NotificationManager

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).