NavigationButton

interface NavigationButton

Functions

addOnClickListener
Link copied to clipboard
abstract fun addOnClickListener(onClickListener: View.OnClickListener)
Adds an onClickListener to the button
hide
Link copied to clipboard
abstract fun hide()
Hides the button
removeOnClickListener
Link copied to clipboard
abstract fun removeOnClickListener(onClickListener: View.OnClickListener)
Removes an onClickListener from the button
show
Link copied to clipboard
abstract fun show()
Shows the button
updateStyle
Link copied to clipboard
abstract fun updateStyle(styleRes: Int)
Use it to update the view style

Inheritors

SoundButton
Link copied to clipboard
FeedbackButton
Link copied to clipboard
RecenterButton
Link copied to clipboard