pushNotificationRegistered | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Sent when the application registers to receive Push Notifications form a Push Notification Server. | ||||||
Introduced | 5.5 | ||||||
OS | ios, android | ||||||
Platforms | mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Message: pushNotificationReceived, pushNotificationRegistrationError Function: mobileGetDeviceToken | ||||||
Description | Handle the pushNotificationRegistered message to inform the application that registration with the Push Notification Server was successful. The pushNotificationRegistered message is handled once the application starts up and registers with the Push Notification Server. The application only tries to register with the Push Notification Server if the application was configured to handle Push Notifications in the pList (iOS) or manifest (Android). |