UIBinder

fun 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

Companion
Link copied to clipboard
object Companion

Functions

bind
Link copied to clipboard
abstract fun bind(viewGroup: ViewGroup): MapboxNavigationObserver
Triggered when this view binder instance is attached.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String