Notification.PriorityDefault フィールド

定義

この定数は、API レベル 26 では非推奨になりました。

[Android.Runtime.Register("PRIORITY_DEFAULT")]
public const Android.App.NotificationPriority PriorityDefault = 0;
[<Android.Runtime.Register("PRIORITY_DEFAULT")>]
val mutable PriorityDefault : Android.App.NotificationPriority

フィールド値

Value = 0

実装

属性

注釈

この定数は、API レベル 26 では非推奨になりました。 代わりにNotificationManager.IMPORTANCE_DEFAULTを使用してください。

既定の通知の優先順位。 アプリケーションが独自の通知に優先順位を付けない場合は、すべての通知にこの値を使用します。

android.app.Notification.PRIORITY_DEFAULTの Android リファレンス。

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

適用対象