NotificationChannelGroup.IsBlocked Property

Definition

Returns whether or not notifications posted to NotificationChannel channels belonging to this group are blocked.

public bool IsBlocked { [Android.Runtime.Register("isBlocked", "()Z", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isBlocked", "()Z", "", ApiSince=28)>]
member this.IsBlocked : bool

Property Value

Attributes

Remarks

Returns whether or not notifications posted to NotificationChannel channels belonging to this group are blocked. This value is independent of NotificationManager#areNotificationsEnabled() and NotificationChannel#getImportance().

Java documentation for android.app.NotificationChannelGroup.isBlocked().

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