Closed denissignoretto closed 6 years ago
Like it happen for registration, create unregister overloaded method that allow push unregistration passing context and senderId as parameters:
e.g. Push.with(session).unregister(this, SENDER_ID);
Mmm... is it enough with the currently existing one: public void unregister(String registrationId) throws Exception ?
Like it happen for registration, create unregister overloaded method that allow push unregistration passing context and senderId as parameters:
e.g. Push.with(session).unregister(this, SENDER_ID);