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

Returns

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