次の方法で共有


NotificationManager.GetNotificationChannelGroup(String) メソッド

定義

指定されたチャネル グループ ID の通知チャネル グループ設定を返します。

[Android.Runtime.Register("getNotificationChannelGroup", "(Ljava/lang/String;)Landroid/app/NotificationChannelGroup;", "GetGetNotificationChannelGroup_Ljava_lang_String_Handler", ApiSince=28)]
public virtual Android.App.NotificationChannelGroup? GetNotificationChannelGroup (string? channelGroupId);
[<Android.Runtime.Register("getNotificationChannelGroup", "(Ljava/lang/String;)Landroid/app/NotificationChannelGroup;", "GetGetNotificationChannelGroup_Ljava_lang_String_Handler", ApiSince=28)>]
abstract member GetNotificationChannelGroup : string -> Android.App.NotificationChannelGroup
override this.GetNotificationChannelGroup : string -> Android.App.NotificationChannelGroup

パラメーター

channelGroupId
String

戻り値

属性

注釈

指定されたチャネル グループ ID の通知チャネル グループ設定を返します。

チャネル グループはパッケージに属している必要があります。または null が返されます。

の Java ドキュメントandroid.app.NotificationManager.getNotificationChannelGroup(java.lang.String)

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

適用対象