SNSNotificationBadge
Introduction: Android 桌面角标,以提示消息数目,目前已适配小米、华为、三星、LG、VIVO、ZUK、HTC、NOVA 等厂商的 Andorid 系统。
Tags:
调用 showBubble 可设置角标提示数。 需要传入参数 notification,notification 的 ID, 显示数目。
DifferentNotifications.showBubble(context,notification,notificationID,num);
调用 hideBubble 可清除角标和通知栏通知。 需要传入参数 notification,notification 的 ID。
DifferentNotifications.hideBubble(context,notification,notificationID);
