triggerVisibilityEvent
open fun triggerVisibilityEvent(componentTree: ComponentTree, visibilityEventType: Class<out Any>): Boolean
Tries to trigger the requested visibility event on the given component tree on the first matching visibility output
Return
true if a matching object to trigger the event on was found
Parameters
componentTree
the component tree to search
visibilityEventType
the event to trigger