Notification.Action.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.Action.WearableExtender() |
Create a Notification.Action.WearableExtender with default options. |
| Notification.Action.WearableExtender(Notification+Action) |
Create a Notification.Action.WearableExtender by reading wearable options present in an existing notification action. |
Notification.Action.WearableExtender()
Create a Notification.Action.WearableExtender with default options.
[Android.Runtime.Register(".ctor", "()V", "")]
public WearableExtender();
- Attributes
Remarks
Create a Notification.Action.WearableExtender with default options.
Android reference for android.app.Notification.Action.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.Action.WearableExtender(Notification+Action)
Create a Notification.Action.WearableExtender by reading wearable options present in an existing notification action.
[Android.Runtime.Register(".ctor", "(Landroid/app/Notification$Action;)V", "")]
public WearableExtender(Android.App.Notification.Action action);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification$Action;)V", "")>]
new Android.App.Notification.Action.WearableExtender : Android.App.Notification.Action -> Android.App.Notification.Action.WearableExtender
Parameters
- action
- Notification.Action
Notification.Action: the notification action to inspect
- Attributes
Remarks
Create a Notification.Action.WearableExtender by reading wearable options present in an existing notification action.
Android reference for android.app.Notification.Action.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.