Notification.Builder.Extend(Notification+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 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
The Notification.IExtender to apply.
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.