Notification.Builder.SetCustomHeadsUpContentView(RemoteViews) Method

Definition

[Android.Runtime.Register("setCustomHeadsUpContentView", "(Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder;", "GetSetCustomHeadsUpContentView_Landroid_widget_RemoteViews_Handler", ApiSince=24)]
public virtual Android.App.Notification.Builder SetCustomHeadsUpContentView (Android.Widget.RemoteViews? contentView);
[<Android.Runtime.Register("setCustomHeadsUpContentView", "(Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder;", "GetSetCustomHeadsUpContentView_Landroid_widget_RemoteViews_Handler", ApiSince=24)>]
abstract member SetCustomHeadsUpContentView : Android.Widget.RemoteViews -> Android.App.Notification.Builder
override this.SetCustomHeadsUpContentView : Android.Widget.RemoteViews -> Android.App.Notification.Builder

Parameters

contentView
RemoteViews

Returns

Attributes

Remarks

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