Notification.Action.Builder.Extend(Notification+Action+IExtender) Method

Definition

Apply an Extender to this action builder.

[Android.Runtime.Register("extend", "(Landroid/app/Notification$Action$Extender;)Landroid/app/Notification$Action$Builder;", "")]
public Android.App.Notification.Action.Builder Extend(Android.App.Notification.Action.IExtender? extender);
[<Android.Runtime.Register("extend", "(Landroid/app/Notification$Action$Extender;)Landroid/app/Notification$Action$Builder;", "")>]
member this.Extend : Android.App.Notification.Action.IExtender -> Android.App.Notification.Action.Builder

Parameters

extender
Notification.Action.IExtender

Notification.Action.Extender

Returns

This Android.App.Notification.Action.Builder instance, allowing calls to be chained.

Attributes

Remarks

Apply an Extender to this action builder. Extenders may be used to add metadata or change options on this builder.

Android reference for android.app.Notification.Action.Builder.extend.

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