public interface NotificationFilter extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isNotificationEnabled(Notification notification)
在将指定的通知发送给侦听器之前调用。
|
boolean isNotificationEnabled(Notification notification)
notification
- 要发送的通知。
true
如果通知必须发送给侦听器,
false
false。