Notification.Builder.Extend(Notification+IExtender) Method

Definition

Apply an extender to this notification builder.

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

Parameters

extender
Notification.IExtender

Notification.Extender

Returns

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

Attributes

Remarks

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

Android reference for android.app.Notification.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