liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

Android Push: Add a method to Push.java to unregister a push passing the context and senderId #21

Closed denissignoretto closed 6 years ago

denissignoretto commented 9 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);

javiergamarra commented 6 years ago

Mmm... is it enough with the currently existing one: public void unregister(String registrationId) throws Exception ?