func typedPayload <T>(T.Type) -> T
enum NSUserActivity.TypedPayloadError
Availability 有効性
Technology
payload
Important 重要
This method applies only to SwiftUI apps. このメソッドは、SwiftUIアプリにのみ適用されます。
Use this method to set the user activity’s user
dictionary in a type-safe manner. After you set the user
dictionary using this approach, the keys in the user
dictionary match the coding keys from the Codable
type you provide as the payload
.
このメソッドを使って、ユーザアクティビティのもつuser
辞書をある型安全な流儀で設定してください。あなたがuser
辞書をこの取り組みを使って設定した後、user
辞書の中のキーそれらは、あなたがpayload
として提供するCodable
型からのコーディングキーそれらと合致します。
If the type can’t be encoded into the user
dictionary, this method throws NSUser
.
その型がuser
辞書へとエンコードされることができないならば、このメソッドはNSUser
をスローします。
func typedPayload <T>(T.Type) -> T
enum NSUserActivity.TypedPayloadError