Difference between revisions of "NotificationManager:getPushNotifications"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the lua table of received push notifications. On Android all pushed notifications appear her...")
 
Line 6: Line 6:
 
You must provide an ID on the server to identify your push notification in this list.
 
You must provide an ID on the server to identify your push notification in this list.
 
<source lang="lua">
 
<source lang="lua">
= NotificationManager:getPushNotifications()
+
NotificationManager:getPushNotifications()
 
</source>
 
</source>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description

Retrieves the lua table of received push notifications. On Android all pushed notifications appear here, but on IOS only pushed notifications that user clicked on or that were received while application was in foreground appear here.

You must provide an ID on the server to identify your push notification in this list.

 NotificationManager:getPushNotifications()