Difference between revisions of "Notification:dispatchNow"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Dispatches notification right away. Note that based on app settings, user might not be able to see the...") |
|||
Line 4: | Line 4: | ||
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 | 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 | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Notification:dispatchNow() | |
</source> | </source> |
Revision as of 10:21, 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()