Notification.WearableExtender Constructors

Definition

Overloads

Notification.WearableExtender()

Create a android.app.Notification.WearableExtender with default options.

Notification.WearableExtender(Notification)

Notification.WearableExtender()

Create a android.app.Notification.WearableExtender with default options.

[Android.Runtime.Register(".ctor", "()V", "")]
public WearableExtender ();
Attributes

Remarks

Create a android.app.Notification.WearableExtender with default options.

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

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.WearableExtender(Notification)

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

Parameters

notif
Notification
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