Language

NotificationChannel.Blockable Property

Definition

Returns whether this channel is always blockable, even if the app is 'fixed' as non-blockable.

public bool Blockable { [Android.Runtime.Register("isBlockable", "()Z", "", ApiSince=33)] get; [Android.Runtime.Register("setBlockable", "(Z)V", "", ApiSince=33)] set; }
[<get: Android.Runtime.Register("isBlockable", "()Z", "", ApiSince=33)>]
[<set: Android.Runtime.Register("setBlockable", "(Z)V", "", ApiSince=33)>]
member this.Blockable : bool with get, set

Property Value

Attributes

Remarks

Returns whether this channel is always blockable, even if the app is 'fixed' as non-blockable.

Android reference for android.app.NotificationChannel.isBlockable.

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