PathSegmentTailcardRouteSelector

fun PathSegmentTailcardRouteSelector(name: String = "", prefix: String = "")

Parameters

name

is the name of the parameter to capture values to


fun PathSegmentTailcardRouteSelector(name: String = "", prefix: String = "", hasTrailingSlash: Boolean)

Deprecated (with error)

hasTrailingSlash is not used anymore. This is going to be removed

Replace with

PathSegmentTailcardRouteSelector(name, prefix)