ZenPolicy.PriorityMessageSenders 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.
Message senders that can bypass DND.
public Android.Service.Notification.AudienceType PriorityMessageSenders { [Android.Runtime.Register("getPriorityMessageSenders", "()I", "", ApiSince=29)] get; }[<get: Android.Runtime.Register("getPriorityMessageSenders", "()I", "", ApiSince=29)>]
member this.PriorityMessageSenders : Android.Service.Notification.AudienceTypeProperty Value
#PEOPLE_TYPE_UNSET, #PEOPLE_TYPE_ANYONE,
#PEOPLE_TYPE_CONTACTS, #PEOPLE_TYPE_STARRED or #PEOPLE_TYPE_NONE
- Attributes
Remarks
Message senders that can bypass DND.
Java documentation for android.service.notification.ZenPolicy.getPriorityMessageSenders().
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.