Difference between revisions of "Notification:dispatchNow"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | Dispatches notification right away. Note that based on app settings, user might not be able to see the notification dispatched when you app is opened, but it will still be available in the devices list of dispatched notifications | + | <translate>Dispatches notification right away. Note that based on app settings, user might not be able to see the notification dispatched when you app is opened, but it will still be available in the devices list of dispatched notifications</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Notification:dispatchNow() | Notification:dispatchNow() | ||
</source> | </source> |
Revision as of 13:35, 23 August 2018
Available since: Gideros 2011.6
Description
Dispatches notification right away. Note that based on app settings, user might not be able to see the notification dispatched when you app is opened, but it will still be available in the devices list of dispatched notifications
Notification:dispatchNow()