Package com.mapbox.navigation.ui.base.lifecycle
Types
Link copied to clipboard
This interface works with the UICoordinator. Implementations of this class representation are responsible for transitioning a view(s) into the ViewGroup. They are also responsible for deciding what components should be part of the view.
Link copied to clipboard
This interface works with the UICoordinator. Implementations of this class representation are responsible for transitioning a view(s) into the ViewGroup. They are also responsible for deciding what components should be part of the view.
Link copied to clipboard
Using the UIComponent gives you access to a coroutineScope which uses Dispatchers.Main.immediate
. All coroutines that you launch inside onAttached will be canceled when the observer is detached. You do not need to implement onDetached for your flowable components.
Link copied to clipboard
abstract class UICoordinator<T : ViewGroup>(viewGroup: T) : MapboxNavigationObserver
Content copied to clipboard