PerformIncomingActivityAction
final public class PerformIncomingActivityAction : UIAction
Performs the action associated with the activityID and userInfo of an NSUserActivity
-
Declaration
Swift
public typealias InputType = NSUserActivity
-
Declaration
Swift
public typealias PresenterType = PresentationRouter
-
Declaration
Swift
public static var description: String
-
Undocumented
See moreDeclaration
Swift
public enum ActivityTypeError : Error
-
Attempt to perform the action associated with this activity.
The completion outcome will fail with an error if the activity does not map to anything that Flint knows about using the
activityType
Declaration
Swift
public static func perform(context: ActionContext<NSUserActivity>, presenter: PresentationRouter, completion: Action.Completion) -> Action.Completion.Status