Systema Event Listener
class SystemaEventListener(systema: SystemaAI, tagMapping: Map<String, Int>, dispatcher: CoroutineDispatcher, callback: (Result<HttpResponse>) -> Unit) : View.OnClickListener, AdapterView.OnItemClickListener, View.OnLayoutChangeListener, View.OnAttachStateChangeListener, View.OnScrollChangeListener
Content copied to clipboard
Functions
check And Trigger Contain Shown Event
Link copied to clipboard
on Item Click
Link copied to clipboard
open override fun onItemClick(parent: AdapterView<*>?, view: View?, position: Int, id: Long)
Content copied to clipboard
on Scroll Change
Link copied to clipboard
on View Attached To Window
Link copied to clipboard
on View Detached From Window
Link copied to clipboard