Notification.PriorityHigh 필드

정의

더 중요한 알림 또는 경고의 경우 더 높은 #priority입니다.

[Android.Runtime.Register("PRIORITY_HIGH")]
public const Android.App.NotificationPriority PriorityHigh = 1;
[<Android.Runtime.Register("PRIORITY_HIGH")>]
val mutable PriorityHigh : Android.App.NotificationPriority

필드 값

Value = 1

구현

특성

설명

더 중요한 알림 또는 경고의 경우 더 높은 #priority입니다. UI는 앱 #PRIORITY_DEFAULT 의 항목과 비교하여 이러한 항목을 더 크거나 알림 목록에서 다른 위치에 표시하도록 선택할 수 있습니다.

이 멤버는 더 이상 사용되지 않습니다. 대신 를 사용합니다 NotificationManager#IMPORTANCE_HIGH .

에 대한 Java 설명서입니다 android.app.Notification.PRIORITY_HIGH.

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상