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() を参照してください。

の Java ドキュメントandroid.app.NotificationChannel.getImportance()

プロパティ セッターのドキュメント:

この通知チャネルの中断レベルを設定します。

チャネルが送信 NotificationManager#createNotificationChannel(NotificationChannel)される前にのみ変更可能です。

の Java ドキュメントandroid.app.NotificationChannel.setImportance(int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象