Pushwoosh / pushwoosh-appcelerator-titanium

Other
33 stars 16 forks source link

Implement hasNotificationsEnabled for android and JARs update #32

Closed rborn closed 7 years ago

rborn commented 7 years ago

This should fix the android side of https://github.com/Pushwoosh/pushwoosh-appcelerator-titanium/issues/31 :)

shaders commented 7 years ago

Actually you can just call: pushManager.isNotificationEnabled(mContext);

The code is there already.

rborn commented 7 years ago

Ok, I'll have a look, thank you 😄 It doesn't show up in the docs so I didn't know about 😢

DimanAM commented 7 years ago

Implemented in getNotificationSettings

rborn commented 7 years ago

ooo, thank you :) 💪