Notification.Group Property

Definition

Get the key used to group this notification into a cluster or stack with other notifications on devices which support such rendering.

public virtual string? Group { [Android.Runtime.Register("getGroup", "()Ljava/lang/String;", "GetGetGroupHandler")] get; }
[<get: Android.Runtime.Register("getGroup", "()Ljava/lang/String;", "GetGetGroupHandler")>]
member this.Group : string

Property Value

Attributes

Remarks

Get the key used to group this notification into a cluster or stack with other notifications on devices which support such rendering.

Java documentation for android.app.Notification.getGroup().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to