Notification.BubbleMetadata.DesiredHeight Property

Definition

public int DesiredHeight { [Android.Runtime.Register("getDesiredHeight", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getDesiredHeight", "()I", "", ApiSince=29)>]
member this.DesiredHeight : int

Property Value

the ideal height, in DPs, for the floating window that app content defined by #getIntent() for this bubble. A value of 0 indicates a desired height has not been set.

Attributes

Remarks

Java documentation for android.app.Notification.BubbleMetadata.getDesiredHeight().

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