UIApplicationShortcutItem.UserInfo Property

Definition

Gets or sets an optional dictionary of user information.

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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

If not null, optional data for the quick action.

Applies to