Language

Notification.WearableExtender Constructors

Definition

Overloads

Name Description
Notification.WearableExtender()

Create a Notification.WearableExtender with default options.

Notification.WearableExtender(Notification)

Notification.WearableExtender()

Create a Notification.WearableExtender with default options.

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

Remarks

Create a Notification.WearableExtender with default options.

Android reference for android.app.Notification.WearableExtender.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

Notification

Attributes

Remarks

Android reference for android.app.Notification.WearableExtender.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