Notification.Style.SetBuilder(Notification+Builder) 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.
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.