Contents

CSActionIdentifier

A key that specifies the action’s identifier in a user activity.

Declaration

let CSActionIdentifier: String

Discussion

When the user selects a custom action on an indexed item, the system launches your app and invokes application(_:continue:restorationHandler:). The userInfo dictionary of the specified NSUserActivity includes the corresponding Info.plist using this key.

See Also

Describing supporting actions