Notification.BubbleMetadata.IsBubbleSuppressed 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.
Indicates whether the bubble is currently visually suppressed from the bubble stack.
public bool IsBubbleSuppressed { [Android.Runtime.Register("isBubbleSuppressed", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isBubbleSuppressed", "()Z", "", ApiSince=31)>]
member this.IsBubbleSuppressed : bool
Property Value
- Attributes
Remarks
Indicates whether the bubble is currently visually suppressed from the bubble stack.
Java documentation for android.app.Notification.BubbleMetadata.isBubbleSuppressed()
.
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.