Język

NotificationManager.Policy.PriorityCategories Property

Definition

Notification categories to prioritize.

[Android.Runtime.GeneratedEnum]
[Android.Runtime.Register("priorityCategories", ApiSince=23)]
public Android.App.NotificationPriorityCategory PriorityCategories { get; set; }
[<Android.Runtime.GeneratedEnum>]
[<Android.Runtime.Register("priorityCategories", ApiSince=23)>]
member this.PriorityCategories : Android.App.NotificationPriorityCategory with get, set

Property Value

Attributes

Remarks

Notification categories to prioritize. Bitmask of PRIORITY_CATEGORY_* constants.

Android reference for android.app.NotificationManager.Policy.priorityCategories.

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.

Applies to