Notification.CarExtender Constructors

Definition

Overloads

Notification.CarExtender()

Create a CarExtender with default options.

Notification.CarExtender(Notification)

Create a CarExtender from the CarExtender options of an existing Notification.

Notification.CarExtender()

Create a CarExtender with default options.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public CarExtender ();
Attributes

Remarks

Create a CarExtender with default options.

Java documentation for android.app.Notification.CarExtender.Notification$CarExtender().

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

Notification.CarExtender(Notification)

Create a CarExtender from the CarExtender options of an existing Notification.

[Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=23)]
public CarExtender (Android.App.Notification? notif);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=23)>]
new Android.App.Notification.CarExtender : Android.App.Notification -> Android.App.Notification.CarExtender

Parameters

notif
Notification

The notification from which to copy options.

Attributes

Remarks

Create a CarExtender from the CarExtender options of an existing Notification.

Java documentation for android.app.Notification.CarExtender.Notification$CarExtender(android.app.Notification).

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