Instance Property インスタンスプロパティ

userInfo

Application-specific user info that can be attached to the notification. アプリケーション特有のユーザ情報、それは通知に添付できます。

Declaration 宣言

var userInfo: [String : Any]? { get set }

Discussion 議論

All items must be property list types or an exception is thrown. 全ての項目は、プロパティリスト型でなければなりません、でなければ例外がスローされます。

The userInfo content must be of reasonable serialized size (less than 1KB) or an exception is thrown. userInfo内容は、理にかなったシリアライズされた大きさでなければなりません(1KBより少ない)そうでなければ例外がスローされます。