Where to find activityType strings for onContinueUserActivity?

For a Core Spotlight activity you can use CSSearchableItemActionType, like this:

Code Block
.onContinueUserActivity(CSSearchableItemActionType, perform: handleUserActivity)

I am not able to find documentation showing other activityType strings that can be used here. For example, I'm looking for the activityType which indicates a ClassKit activity with a contextIdentifierPath.

Thank you!
Answered by RanLearns in 667777022
The universalLinkURL with onOpenURL was the answer for me here
Accepted Answer
The universalLinkURL with onOpenURL was the answer for me here
Where to find activityType strings for onContinueUserActivity?
 
 
Q