Interface ActionComponentEventHandler
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ActionComponentEventHandler
-
-
Method Summary
Modifier and Type Method Description abstract UnitonActionComponentEvent(ActionComponentEvent event, ActionComponentCallback actionComponentCallback)-
-
Method Detail
-
onActionComponentEvent
abstract Unit onActionComponentEvent(ActionComponentEvent event, ActionComponentCallback actionComponentCallback)
-
-
-
-