EventTriggerTarget

A class implementing this fun interface wll expose a method annotated with com.facebook.litho.annotations.OnTrigger to accept an com.facebook.litho.annotations.Event given an EventTrigger

Inheritors

Functions

Link copied to clipboard
abstract fun acceptTriggerEvent(eventTrigger: EventTrigger<*>, eventState: Any, params: Array<Any>): Any?