State
data class State(@DrawableRes() icon: Int, text: String?, duration: Long)
Content copied to clipboard
Value object for updating button state.
Constructors
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(@DrawableRes() icon: Int, text: String? = null, duration: Long = 0): MapboxExtendableButton.State
Content copied to clipboard