Language

NotificationManager.Policy.PriorityMessageSenders Property

Definition

Notification senders to prioritize for messages.

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

Property Value

Attributes

Remarks

Notification senders to prioritize for messages. One of: PRIORITY_SENDERS_ANY, PRIORITY_SENDERS_CONTACTS, PRIORITY_SENDERS_STARRED. Value is one of the following: PRIORITY_SENDERS_ANY PRIORITY_SENDERS_CONTACTS PRIORITY_SENDERS_STARRED

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

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