Поделиться через


NotificationManager.ImportanceDefault Поле

Определение

Внимание!

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

Важность уведомлений по умолчанию: показывает везде, делает шум, но не визуально встраиваться.

[Android.Runtime.Register("IMPORTANCE_DEFAULT", 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 ImportanceDefault = 3;
[<Android.Runtime.Register("IMPORTANCE_DEFAULT", 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 ImportanceDefault : Android.App.NotificationImportance

Значение поля

Value = 3
Атрибуты

Комментарии

Важность уведомлений по умолчанию: показывает везде, делает шум, но не визуально встраиваться.

Документация по Java для android.app.NotificationManager.IMPORTANCE_DEFAULT.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к