Notification.Style.SetBuilder(Notification+Builder) Method

Definition

Attaches a Notification.Builder object to this style.

[Android.Runtime.Register("setBuilder", "(Landroid/app/Notification$Builder;)V", "GetSetBuilder_Landroid_app_Notification_Builder_Handler")]
public virtual void SetBuilder (Android.App.Notification.Builder? builder);
[<Android.Runtime.Register("setBuilder", "(Landroid/app/Notification$Builder;)V", "GetSetBuilder_Landroid_app_Notification_Builder_Handler")>]
abstract member SetBuilder : Android.App.Notification.Builder -> unit
override this.SetBuilder : Android.App.Notification.Builder -> unit

Parameters

builder
Notification.Builder

The T:Android.App.Notification+Builder to attached to this style.

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