Language

NotificationManager.Policy.PriorityCallSenders Property

Definition

Notification senders to prioritize for calls.

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

Property Value

Attributes

Remarks

Notification senders to prioritize for calls. 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.priorityCallSenders.

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