Contents

userInfo

A dictionary containing app-specific state information needed to continue an activity on another device.

Declaration

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

Mentioned in

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.

See Also

Accessing activity information