Disable notification badges
System Requirement:
Required Permissions
API Functions
setNotificationBadge
void setNotificationBadge(boolean visible)
throws DeviceExceptionParameters
Snippet Code
ISystemDevice systemDevice = POSTerminalAdvance.getInstance().getSystemDevice();
systemDevice.open(this.mContext);
IHomeDevice homeDevice = systemDevice.getHomeManager();
homeDevice.open(this.mContext);
homeDevice.setNotificationBadge(true);
homeDevice.close();
systemDevice.close();
Resources
Configure in homesettings
Last updated