ActionButtonsBinder

abstract class ActionButtonsBinder : UIBinder

Base Binder class used for inflating and binding Action Buttons layout. Use ActionButtonsBinder.defaultBinder to access default implementation.

Constructors

Link copied to clipboard
fun ActionButtonsBinder()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override 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.

Link copied to clipboard
abstract fun onCreateLayout(layoutInflater: LayoutInflater, root: ViewGroup): ViewGroup

Create layout that will host action buttons containers.