Notification.Builder.CreateBigContentView Method

Definition

Construct a RemoteViews for the final big notification layout.

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

Returns

Attributes

Remarks

Construct a RemoteViews for the final big notification layout.

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

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