共用方式為


NotificationChannel.Importance 屬性

定義

傳回使用者指定的重要性 e。 -或- 設定此通知通道中斷的層級。

public Android.App.NotificationImportance Importance { [Android.Runtime.Register("getImportance", "()I", "", ApiSince=26)] get; [Android.Runtime.Register("setImportance", "(I)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getImportance", "()I", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setImportance", "(I)V", "", ApiSince=26)>]
member this.Importance : Android.App.NotificationImportance with get, set

屬性值

屬性

備註

屬性 getter 檔:

傳回使用者指定的重要性, NotificationManager#IMPORTANCE_LOW 例如,針對張貼至此通道的通知。 注意:此值可能是 >NotificationManager#IMPORTANCE_NONE,但如果封鎖父 NotificationChannelGroup 系或應用程式,則不會向用戶顯示張貼至此通道的通知。 請參閱 NotificationChannelGroup#isBlocked()NotificationManager#areNotificationsEnabled()

android.app.NotificationChannel.getImportance()Java 檔。

屬性 setter 檔:

設定此通知通道中斷的層級。

只有在通道提交至 NotificationManager#createNotificationChannel(NotificationChannel)之前,才可修改。

android.app.NotificationChannel.setImportance(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於