Package 

Interface TypedNavHostGraphSpec

  • All Implemented Interfaces:
    com.ramcosta.composedestinations.spec.RouteOrDirection , com.ramcosta.composedestinations.spec.TypedNavGraphSpec , com.ramcosta.composedestinations.spec.TypedRoute

    
    public interface TypedNavHostGraphSpec<START_ROUTE_NAV_ARGS extends Object>
     implements TypedNavGraphSpec<START_ROUTE_NAV_ARGS, START_ROUTE_NAV_ARGS>
                        

    Like DirectionNavGraphSpec but used specifically for top level navigation graphs (i.e they have no parent graph) that are meant to pass to com.ramcosta.composedestinations.DestinationsNavHost call.