OnAttributionClickListener

Listener to get OnClick event on the view.

fun fun interface OnAttributionClickListener

Functions

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

Invoked when the attribution is clicked.

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