Notification.PriorityLow 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此常數在 API 等級 26 中被棄用。
[Android.Runtime.Register("PRIORITY_LOW")]
public const Android.App.NotificationPriority PriorityLow = -1;
[<Android.Runtime.Register("PRIORITY_LOW")>]
val mutable PriorityLow : Android.App.NotificationPriority
欄位值
Value = -1實作
- 屬性
備註
此常數在 API 等級 26 中被棄用。 用NotificationManager.IMPORTANCE_LOW吧。
優先權較低,適合較不重要的物品。 介面可能會選擇將這些項目顯示得較小,或在列表中與應用程式PRIORITY_DEFAULT項目不同的位置。
Android 參考資料。android.app.Notification.PRIORITY_LOW
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。