StatusBarNotification.IsAppGroup Property

Definition

Returns true if application asked that this notification be part of a group.

public virtual bool IsAppGroup { [Android.Runtime.Register("isAppGroup", "()Z", "GetIsAppGroupHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isAppGroup", "()Z", "GetIsAppGroupHandler", ApiSince=30)>]
member this.IsAppGroup : bool

Property Value

Attributes

Remarks

Returns true if application asked that this notification be part of a group.

Java documentation for android.service.notification.StatusBarNotification.isAppGroup().

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