Notification.PriorityLow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lower #priority
, for items that are less important.
[Android.Runtime.Register("PRIORITY_LOW")]
public const Android.App.NotificationPriority PriorityLow = -1;
[<Android.Runtime.Register("PRIORITY_LOW")>]
val mutable PriorityLow : Android.App.NotificationPriority
Field Value
Value = -1Implements
- Attributes
Remarks
Lower #priority
, for items that are less important. The UI may choose to show these items smaller, or at a different position in the list, compared with your app's #PRIORITY_DEFAULT
items.
This member is deprecated. use NotificationManager#IMPORTANCE_LOW
instead.
Java documentation for android.app.Notification.PRIORITY_LOW
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.