NotificationListenerService.Ranking.MatchesInterruptionFilter メソッド

定義

通知がユーザーの中断フィルターと一致するかどうかを返します。

[Android.Runtime.Register("matchesInterruptionFilter", "()Z", "GetMatchesInterruptionFilterHandler")]
public virtual bool MatchesInterruptionFilter ();
[<Android.Runtime.Register("matchesInterruptionFilter", "()Z", "GetMatchesInterruptionFilterHandler")>]
abstract member MatchesInterruptionFilter : unit -> bool
override this.MatchesInterruptionFilter : unit -> bool

戻り値

true 通知がフィルターによって許可されている場合、または false ブロックされている場合は 。

属性

注釈

通知がユーザーの中断フィルターと一致するかどうかを返します。

android.service.notification.NotificationListenerService.Ranking.matchesInterruptionFilter()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象