SystemaOnLayoutChangeListener

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

Functions

addListener
Link copied to clipboard
addListeners
Link copied to clipboard
clearAll
Link copied to clipboard
fun clearAll()
getListeners
Link copied to clipboard
fun getListeners(): List<View.OnLayoutChangeListener>
onLayoutChange
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)
removeListener
Link copied to clipboard
fun removeListener(listener: View.OnLayoutChangeListener): View.OnLayoutChangeListener?