語言

Notification.PriorityMin 欄位

定義

此常數在 API 等級 26 中被棄用。

[Android.Runtime.Register("PRIORITY_MIN")]
public const Android.App.NotificationPriority PriorityMin = -2;
[<Android.Runtime.Register("PRIORITY_MIN")>]
val mutable PriorityMin : Android.App.NotificationPriority

欄位值

Value = -2

實作

屬性

備註

此常數在 API 等級 26 中被棄用。 用NotificationManager.IMPORTANCE_MIN代替。

最低優先權;這些項目除非在特殊情況下,例如詳細的通知記錄,否則不會向使用者顯示。

Android 參考資料。android.app.Notification.PRIORITY_MIN

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於