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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象