Notification.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.