Package 

Interface TypedDestinationSpec

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

    
    public interface TypedDestinationSpec<T extends Object>
     implements TypedRoute<T>
                        

    Defines what a Destination needs to have to be able to be added to a navigation graph and composed on the screen when the user navigates to it.

    T is the type of the class that holds all navigation arguments for of this Destination.