NotificationManager.CurrentInterruptionFilter プロパティ

定義

現在の通知中断フィルターを取得します。

public Android.App.InterruptionFilter CurrentInterruptionFilter { [Android.Runtime.Register("getCurrentInterruptionFilter", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCurrentInterruptionFilter", "()I", "", ApiSince=23)>]
member this.CurrentInterruptionFilter : Android.App.InterruptionFilter

プロパティ値

値は次のいずれかです: INTERRUPTION_FILTER_NONE INTERRUPTION_FILTER_PRIORITY INTERRUPTION_FILTER_ALARMS INTERRUPTION_FILTER_ALL INTERRUPTION_FILTER_UNKNOWN

属性

注釈

現在の通知中断フィルターを取得します。 割り込みフィルターは、ユーザーに割り込みを許可する通知 (音や振動など) を定義し、グローバルに適用します。

android.app.NotificationManager.getCurrentInterruptionFilterの Android リファレンス。

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

適用対象