NotificationManager.ImportanceMin フィールド

定義

注意事項

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

最小通知の重要度: 網掛け、フォールドの下にのみ表示されます。

[Android.Runtime.Register("IMPORTANCE_MIN", 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 ImportanceMin = 1;
[<Android.Runtime.Register("IMPORTANCE_MIN", 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 ImportanceMin : Android.App.NotificationImportance

フィールド値

Value = 1
属性

注釈

最小通知の重要度: 網掛け、フォールドの下にのみ表示されます。 これは Service.startForeground では使用しないでください。フォアグラウンド サービスはユーザーが気にしているものであるため、通知を最小限の重要度としてマークすることは意味がありません。 Android バージョンのBuild.VERSION_CODESの時点でこれを行う場合。O、バックグラウンドで実行されているアプリに関する優先度の高い通知がシステムに表示されます。

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

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

適用対象