Notification.WearableExtender Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.