MapboxExtendableButtonParams

class MapboxExtendableButtonParams(@StyleRes val style: Int, val layoutParams: LinearLayout.LayoutParams)

Params used to modify button appearance.

Parameters

style

style res of a button.

layoutParams

layout params of a button.

Constructors

Link copied to clipboard
fun MapboxExtendableButtonParams(@StyleRes style: Int, layoutParams: LinearLayout.LayoutParams)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val layoutParams: LinearLayout.LayoutParams
Link copied to clipboard
val style: Int