ActivityActionDispatchObserver
public class ActivityActionDispatchObserver : ActionDispatchObserver
An ActionDispatchObserver implementation that will use the publishCurrentActionActivity action of ActivitiesFeature
to automatically publish an NSUserActivity for what the user is currently doing.
-
Undocumented
Declaration
Swift
public func actionWillBegin<FeatureType, ActionType>(_ request: ActionRequest<FeatureType, ActionType>) where FeatureType : FeatureDefinition, ActionType : Action -
Undocumented
Declaration
Swift
public func actionDidComplete<FeatureType, ActionType>(_ request: ActionRequest<FeatureType, ActionType>, outcome: ActionPerformOutcome) where FeatureType : FeatureDefinition, ActionType : Action
View on GitHub
ActivityActionDispatchObserver Class Reference