NotificationManager.Policy.PriorityCategoryConversations Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.App.NotificationPriorityCategory enum directly instead of this field.

Las conversaciones se permiten a través de DND.

[Android.Runtime.Register("PRIORITY_CATEGORY_CONVERSATIONS", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationPriorityCategory enum directly instead of this field.", true)]
public const Android.App.NotificationPriorityCategory PriorityCategoryConversations = 256;
[<Android.Runtime.Register("PRIORITY_CATEGORY_CONVERSATIONS", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationPriorityCategory enum directly instead of this field.", true)>]
val mutable PriorityCategoryConversations : Android.App.NotificationPriorityCategory

Valor de campo

Value = 256

Implementaciones

Atributos

Comentarios

Las conversaciones se permiten a través de DND.

Referencia de Android para android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CONVERSATIONS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a