Contents

userActivityType

A key indicating the type of user activity that the user wants to continue.

Declaration

static let userActivityType: UIApplication.LaunchOptionsKey

Discussion

This key is used in the subdictionary which is the value of shortcutItem. The value of this key is an NSString object identifying the activity type.

See Also

Accessing launch options