WebAPI/SimplePush: Difference between revisions

Jump to navigation Jump to search
Line 21: Line 21:
};
};


interface PushRequest {
interface PushRegistration {


   // this is the string that was used when calling register()
   // this is the string that was used when calling register()
Line 38: Line 38:
};
};


interface PushRequestEvent : Event {
interface PushRegistrationEvent : Event {
   PushRequest request;
   PushRegistration request;
};
};


Confirmed users
93

edits

Navigation menu