ListListener

interface ListListener<Item : Destination>

Listener for updates to the user's shopping list of items, ordered by route order

Functions

Link copied to clipboard
abstract fun onUpdateOrderedDestinations(destinations: List<Item>)