NotificationManager.ImportanceLow Campo

Definizione

Attenzione

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

Importanza della notifica bassa: mostra l'ombreggiatura e potenzialmente nella barra di stato (vedere #shouldHideSilentStatusBarIcons()), ma non è intrusiva.

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

Valore del campo

Value = 2
Attributi

Commenti

Importanza della notifica bassa: mostra l'ombreggiatura e potenzialmente nella barra di stato (vedere #shouldHideSilentStatusBarIcons()), ma non è intrusiva.

per android.app.NotificationManager.IMPORTANCE_LOW.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a