次の方法で共有


NotificationManager.NotificationChannelGroups プロパティ

定義

呼び出し元アプリに属するすべての通知チャネル グループを返します。

public virtual System.Collections.Generic.IList<Android.App.NotificationChannelGroup>? NotificationChannelGroups { [Android.Runtime.Register("getNotificationChannelGroups", "()Ljava/util/List;", "GetGetNotificationChannelGroupsHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getNotificationChannelGroups", "()Ljava/util/List;", "GetGetNotificationChannelGroupsHandler", ApiSince=26)>]
member this.NotificationChannelGroups : System.Collections.Generic.IList<Android.App.NotificationChannelGroup>

プロパティ値

属性

注釈

呼び出し元アプリに属するすべての通知チャネル グループを返します。

の Java ドキュメントandroid.app.NotificationManager.getNotificationChannelGroups()

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

適用対象