UNMutableNotificationContent.UserInfo Property

Definition

Gets or sets the dictionary of notification custom data.

public virtual Foundation.NSDictionary UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.UserInfo : Foundation.NSDictionary with get, set

Property Value

The dictionary of notification custom data.

Attributes

Applies to