OnAttributionClickListener

fun fun interface OnAttributionClickListener

Listener to get OnClick event on the view.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAttributionClick
Link copied to clipboard
abstract fun onAttributionClick()
Invoked when the attribution is clicked.
toString
Link copied to clipboard
open fun toString(): String