Disable notification badges
System Requirement:
SmartPOS launcher version>=2.7.8.
Required Permissions
Include the following permissions in your application's manifest:
'com.wizarpos.permission.UPDATE_WORKSPACE_NOTIFICATION_BADGE'
API Functions
setNotificationBadge
Show/Hide notification badges.
Parameters
visable
true: show; false: hide
Snippet Code
Resources
Demo Application:
Configure in homesettings
Add badgeVisible="false" in <desktop>. For example:
Last updated