共用方式為


Notification.Builder.SetGroupSummary(Boolean) 方法

定義

將此通知設定為通知群組的群組摘要。

[Android.Runtime.Register("setGroupSummary", "(Z)Landroid/app/Notification$Builder;", "GetSetGroupSummary_ZHandler")]
public virtual Android.App.Notification.Builder SetGroupSummary(bool isGroupSummary);
[<Android.Runtime.Register("setGroupSummary", "(Z)Landroid/app/Notification$Builder;", "GetSetGroupSummary_ZHandler")>]
abstract member SetGroupSummary : bool -> Android.App.Notification.Builder
override this.SetGroupSummary : bool -> Android.App.Notification.Builder

參數

isGroupSummary
Boolean

此通知是否應該是群組摘要。

傳回

屬性

備註

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

適用於