Contents

userActivityDictionary

A key indicating a dictionary associated with an activity that the user wants to continue.

Declaration

static let userActivityDictionary: UIApplication.LaunchOptionsKey

Discussion

The value of this key is an NSDictionary object containing the key userActivityType, whose value is an NSString object identifying the activity type.

See Also

Related Documentation

Accessing launch options