NotificationManager.ImportanceLow フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.

低い通知重要度: 網掛けに表示され、場合によってはステータス バーに表示されます (shouldHideSilentStatusBarIcons() を参照してください)。ただし、目立って侵入しません。

[Android.Runtime.Register("IMPORTANCE_LOW", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.", true)]
public const Android.App.NotificationImportance ImportanceLow = 2;
[<Android.Runtime.Register("IMPORTANCE_LOW", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.", true)>]
val mutable ImportanceLow : Android.App.NotificationImportance

フィールド値

Value = 2
属性

注釈

低い通知重要度: 網掛けに表示され、場合によってはステータス バーに表示されます (shouldHideSilentStatusBarIcons() を参照してください)。ただし、目立って侵入しません。

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

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

適用対象