Instance Method インスタンスメソッド

addUserInfoEntries(from:)

Adds the contents of the specified dictionary to the user info dictionary. 指定された辞書の内容をユーザinfo辞書に加えます。

Declaration 宣言

func addUserInfoEntries(from otherDictionary: [AnyHashable : Any])

Parameters パラメータ

otherDictionary

The dictionary containing entries to be added. 加えられる登録項目を含んでいる辞書。

Discussion 議論

Use this method to add the keys from otherDictionary into the dictionary in the userInfo property. If the same key is in both dictionaries, the value of the key is set to the value in the otherDictionary parameter. このメソッドを使ってotherDictionaryからのキーをuserInfoプロパティの中の辞書へと加えてください。同じキーが両方の辞書にあるならば、キーの値はotherDictionaryパラメータの中の値に設定されます。

It is recommended that you keep the userInfo dictionary as small as possible. The larger the dictionary, the longer it takes to deliver that payload and resume the activity. あなたがuserInfo辞書をできるだけ小さく保つことは推奨されます。より大きな辞書は、その積荷を配達するそしてアクティビティを再開するのにより長くかかります。

See Also 参照

Accessing Activity Information アクティビティ情報にアクセスする