Notification.Action.Builder.Extend(Notification+Action+IExtender) Method
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.
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.