NotificationManager.Policy.PriorityConversationSenders Property
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.
Notification senders to prioritize for conversations.
[Android.Runtime.Register("priorityConversationSenders", ApiSince=30)]
public int PriorityConversationSenders { get; set; }
[<Android.Runtime.Register("priorityConversationSenders", ApiSince=30)>]
member this.PriorityConversationSenders : int with get, set
Property Value
- Attributes
Remarks
Notification senders to prioritize for conversations. One of: CONVERSATION_SENDERS_NONE, CONVERSATION_SENDERS_IMPORTANT, CONVERSATION_SENDERS_ANYONE. Value is one of the following: CONVERSATION_SENDERS_ANYONE CONVERSATION_SENDERS_IMPORTANT CONVERSATION_SENDERS_NONE
Android reference for android.app.NotificationManager.Policy.priorityConversationSenders.
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.