Notification.GetBubbleMetadata Method

Definition

Returns the bubble metadata that will be used to display app content in a floating window over the existing foreground activity.

[Android.Runtime.Register("getBubbleMetadata", "()Landroid/app/Notification$BubbleMetadata;", "GetGetBubbleMetadataHandler", ApiSince=29)]
public virtual Android.App.Notification.BubbleMetadata? GetBubbleMetadata ();
[<Android.Runtime.Register("getBubbleMetadata", "()Landroid/app/Notification$BubbleMetadata;", "GetGetBubbleMetadataHandler", ApiSince=29)>]
abstract member GetBubbleMetadata : unit -> Android.App.Notification.BubbleMetadata
override this.GetBubbleMetadata : unit -> Android.App.Notification.BubbleMetadata

Returns

Attributes

Remarks

Java documentation for android.app.Notification.getBubbleMetadata().

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