Share via


UNNotificationContent.UserInfo Property

Definition

Gets the dictionary of notification custom data.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.UserInfo : Foundation.NSDictionary

Property Value

The dictionary of notification custom data.

Attributes

Applies to