UIBinder

fun interface UIBinder : Binder<ViewGroup>

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.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun bind(viewGroup: ViewGroup): MapboxNavigationObserver

Triggered when this view binder instance is attached. The viewGroup returns a MapboxNavigationObserver which gives this view a simple lifecycle.