ActionSource
public enum ActionSource
The source of an action.
-
The action was triggered by an event in the application itself
Declaration
Swift
case application -
The action was triggered by an INIntent request in an Intent extension
Declaration
Swift
case intent -
The action was triggered by the operating system passing an
NSUserActivityto the applicationDeclaration
Swift
case continueActivity(type: ActivityType) -
The action was triggered by the operating system passing a URL to the application !!! TODO: Add the source URL to this
Declaration
Swift
case openURL
View on GitHub
ActionSource Enumeration Reference