Share via


NCWidgetProviding.WidgetPerformUpdate(Action<NCUpdateResult>) Method

Definition

[Foundation.Export("widgetPerformUpdateWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WidgetPerformUpdate(Action<NotificationCenter.NCUpdateResult> completionHandler);
[<Foundation.Export("widgetPerformUpdateWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WidgetPerformUpdate : Action<NotificationCenter.NCUpdateResult> -> unit
override this.WidgetPerformUpdate : Action<NotificationCenter.NCUpdateResult> -> unit

Parameters

completionHandler
Action<NCUpdateResult>

Implements

Attributes

Applies to