ErrorPopupView

class ErrorPopupView constructor(context: <ERROR CLASS>, attrs: <ERROR CLASS>?, defStyleAttr: Int)

Types

Listener
Link copied to clipboard
interface Listener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setListener
Link copied to clipboard
fun setListener(listener: (Boolean) -> Unit): ErrorPopupView
fun setListener(listener: ErrorPopupView.Listener?): ErrorPopupView
show
Link copied to clipboard
fun show(rootView: <ERROR CLASS>)
toString
Link copied to clipboard
open override fun toString(): String