RoutesFeature
final public class RoutesFeature : ConditionalFeature
The FlintCore Deep Linking
feature which is used to take incoming URLs and
dispatch the appropriate App action using a Presenter provided by a PresentationRouter
which determines how your app will present the UI required for the action.
-
Declaration
Swift
public static func constraints(requirements: FeatureConstraintsBuilder)
-
Turned on by default, this can be turned off at runtime by setting it to
false
Declaration
Swift
public static var isEnabled: Bool?
-
Declaration
Swift
public static var description: String
-
The action to use to perform the URL
Declaration
Swift
public static let performIncomingURL: ConditionalActionBinding<RoutesFeature, PerformIncomingURLAction>
-
Declaration
Swift
public static func prepare(actions: FeatureActionsBuilder)