SystemaOnLayoutChangeListener

class SystemaOnLayoutChangeListener(    systema: SystemaAI,     tagMapping: Map<String, Int>,     dispatcher: CoroutineDispatcher = Dispatchers.IO,     callback: (Result<HttpResponse>) -> Unit) : SystemaCompositeListener<View.OnLayoutChangeListener> , View.OnLayoutChangeListener

Constructors

Link copied to clipboard
fun SystemaOnLayoutChangeListener(    systema: SystemaAI,     tagMapping: Map<String, Int>,     dispatcher: CoroutineDispatcher = Dispatchers.IO,     callback: (Result<HttpResponse>) -> Unit)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun clearAll()
Link copied to clipboard
fun getListeners(): List<View.OnLayoutChangeListener>
Link copied to clipboard
open override fun onLayoutChange(    v: View?,     left: Int,     top: Int,     right: Int,     bottom: Int,     oldLeft: Int,     oldTop: Int,     oldRight: Int,     oldBottom: Int)
Link copied to clipboard
fun removeListener(listener: View.OnLayoutChangeListener): View.OnLayoutChangeListener?