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

userInfo

A dictionary containing app-specific state information needed to continue an activity on another device. アクティビティを他のデバイスで継続するために必要とされるアプリ特有の状態情報を含んでいる辞書。

Declaration 宣言

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

Discussion 議論

Each key and value must be of the following types: NSArray, NSData, NSDate, NSDictionary, NSNull, NSNumber, NSSet, NSString, or NSURL. The system may translate file scheme URLs that refer to iCloud documents to valid file URLs on a continuing device. 各キーと値は、以下の型のものでなければなりません:NSArrayNSDataNSDateNSDictionaryNSNullNSNumberNSSetNSString、またはNSURL。システムは、iCloud書類を参照するファイルスキームURLをある継続しているデバイス上の有効なファイルURLに翻訳するかもしれません。

See Also 参照

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