Interface MessageListView.CustomActionHandler
-
- All Implemented Interfaces:
public interface MessageListView.CustomActionHandler
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCustomAction(Message message, Map<String, Object> extraProperties)-
-
Method Detail
-
onCustomAction
abstract Unit onCustomAction(Message message, Map<String, Object> extraProperties)
-
-
-
-