Notification.Builder.CreateHeadsUpContentView Method

Definition

Construct a RemoteViews for the final heads-up notification layout.

[Android.Runtime.Register("createHeadsUpContentView", "()Landroid/widget/RemoteViews;", "GetCreateHeadsUpContentViewHandler", ApiSince=24)]
public virtual Android.Widget.RemoteViews? CreateHeadsUpContentView ();
[<Android.Runtime.Register("createHeadsUpContentView", "()Landroid/widget/RemoteViews;", "GetCreateHeadsUpContentViewHandler", ApiSince=24)>]
abstract member CreateHeadsUpContentView : unit -> Android.Widget.RemoteViews
override this.CreateHeadsUpContentView : unit -> Android.Widget.RemoteViews

Returns

Attributes

Remarks

Construct a RemoteViews for the final heads-up notification layout.

Java documentation for android.app.Notification.Builder.createHeadsUpContentView().

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