UNMutableNotificationContent.UserInfo 属性

定义

获取或设置通知自定义数据的字典。

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

属性值

通知自定义数据的字典。

属性

适用于