/SNSNotificationBadge

Android 桌面角标,以提示消息数目,目前已适配小米、华为、三星、LG、VIVO、ZUK、HTC、NOVA等厂商的Andorid系统。

Primary LanguageJava

调用showBubble 可设置角标提示数。 需要传入参数notification,notification 的 ID, 显示数目。

DifferentNotifications.showBubble(context,notification,notificationID,num);

调用hideBubble 可清除角标和通知栏通知。 需要传入参数notification,notification 的 ID。

DifferentNotifications.hideBubble(context,notification,notificationID);