Grouping of Push Notifications using PushApps in android? -
i have implemented push notifications via pushapps. requirement that, if user multiple notifications need show single notification number of notifications counts.
pushmanager.getinstance(getapplicationcontext()).setshouldstacknotifications(false);
grouping working fine above line number of notification count not displaying. please suggest me something. thanks.
Comments
Post a Comment