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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
Event is dispatched when application is opened by clicking on local notification.
+
'''<translate>Value</translate>:''' localNotification<br/>
 +
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/NotificationManager|NotificationManager]]<br/>
 +
=== <translate>Descriptio</translate>n ===
 +
<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>

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