StatefulFeatureObserver
public protocol StatefulFeatureObserver
A observer observing all added features and configuring your application
-
Undocumented
Declaration
Swift
associatedtype AppState -
Undocumented
Declaration
Swift
func featureAdded(application: AnyReduxApp<AppState>, feature: Feature) throws
View on GitHub
StatefulFeatureObserver Protocol Reference