Condividi tramite


NotificationManager.Policy.ConversationSendersAnyone Campo

Definizione

Attenzione

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

Usato per indicare che tutte le conversazioni possono ignorare dnd.

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

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Usato per indicare che tutte le conversazioni possono ignorare dnd.

Documentazione java per android.app.NotificationManager.Policy.CONVERSATION_SENDERS_ANYONE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a