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 属性许可证中所述的术语使用。

适用于