Android : Badge count on app icon using raix:push package

Hi All,

I am using raix:push for getting push notifications and it is working great. Only issue is with displaying unread messages count i.e badge on app icon. How to achieve the same? Tried Push.setBadge(2); but no luck so far. Not even sure whether it is achievable for cordova. Any help will be appreciated.

Thanks in advance!