WebAPI/SimplePush: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


partial interface Navigator {
partial interface Navigator {
   PushNotifications pushNotifications;
   PushNotification pushNotification;
};
};


interface PushNotifications {
interface PushNotification {


   // registers to receive push notifications for a given topic  
   // registers to receive push notifications for a given topic  
Confirmed users
93

edits

Navigation menu