Confirmed users
93
edits
No edit summary |
|||
| Line 3: | Line 3: | ||
partial interface Navigator { | partial interface Navigator { | ||
PushNotification pushNotification; | |||
}; | }; | ||
interface | interface PushNotification { | ||
// registers to receive push notifications for a given topic | // registers to receive push notifications for a given topic | ||