NotificationChannelGroup.IsBlocked 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.
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.