Notification.Action.WearableExtender Constructors

Definition

Overloads

Notification.Action.WearableExtender()
Notification.Action.WearableExtender(Notification+Action)

Notification.Action.WearableExtender()

[Android.Runtime.Register(".ctor", "()V", "")]
public WearableExtender ();
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

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

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