Share via


UNNotificationContent.Update(IUNNotificationContentProviding, NSError) Method

Definition

[Foundation.Export("contentByUpdatingWithProvider:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNNotificationContent? Update(UserNotifications.IUNNotificationContentProviding fromProvider, out Foundation.NSError? outError);
[<Foundation.Export("contentByUpdatingWithProvider:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Update : UserNotifications.IUNNotificationContentProviding * NSError -> UserNotifications.UNNotificationContent
override this.Update : UserNotifications.IUNNotificationContentProviding * NSError -> UserNotifications.UNNotificationContent

Parameters

outError
NSError

Returns

Attributes

Applies to