Builder

class Builder

Build a new CarLaneIconOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

activeTheme
Link copied to clipboard
fun activeTheme(activeTheme: Resources.Theme): CarLaneIconOptions.Builder
Theme that represents the active state for a lane
build
Link copied to clipboard
fun build(context: Context? = null): CarLaneIconOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
notActiveTheme
Link copied to clipboard
fun notActiveTheme(notActiveTheme: Resources.Theme): CarLaneIconOptions.Builder
Theme that represents the inactive state for a lane
toString
Link copied to clipboard
open fun toString(): String