Notification.GroupAlertBehavior Property

Definition

Returns which type of notifications in a group are responsible for audibly alerting the user.

public virtual Android.App.NotificationGroupAlertBehavior GroupAlertBehavior { [Android.Runtime.Register("getGroupAlertBehavior", "()I", "GetGetGroupAlertBehaviorHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getGroupAlertBehavior", "()I", "GetGetGroupAlertBehaviorHandler", ApiSince=26)>]
member this.GroupAlertBehavior : Android.App.NotificationGroupAlertBehavior

Property Value

Attributes

Remarks

Returns which type of notifications in a group are responsible for audibly alerting the user. See #GROUP_ALERT_ALL, #GROUP_ALERT_CHILDREN, #GROUP_ALERT_SUMMARY.

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

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