route

Creates a route string associated with a NavigationAction class given its NavigationBundleSpec. The route created by this method will create placeholders for all properties of the spec

Parameters

SpecRow

the type of NavigationBundleSpecRow associated with this action.

Action

the type NavigationAction to create the route string for.

spec

The NavigationBundleSpec describing the Action


Creates a route string associated with a NavigationAction class given its NavigationBundleSpec. The route created by this method will create placeholders for all properties of the spec

Parameters

SpecRow

the type of NavigationBundleSpecRow associated with the action.

Action

the type NavigationAction to create the route string for.

actionClass

The KClass of the Action to create the route for

spec

The NavigationBundleSpec describing the associated NavigationAction


Creates a route string for a NavigationAction. The route created by this method will will in all arguments of the action into the route.

Parameters

SpecRow

the type of NavigationBundleSpecRow associated with this action.