NotificationManager.ImportanceMax Campo

Definición

Precaución

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

Sin usar.

[Android.Runtime.Register("IMPORTANCE_MAX", 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 ImportanceMax = 5;
[<Android.Runtime.Register("IMPORTANCE_MAX", 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 ImportanceMax : Android.App.NotificationImportance

Valor de campo

Value = 5
Atributos

Comentarios

Sin usar.

Documentación de Java para android.app.NotificationManager.IMPORTANCE_MAX.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a