Interface ActionClickEventHandler
-
public interface ActionClickEventHandlerCallback interface ofActionItemutility to manage CLICK events on toast action.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonClick(ToastItem item, BaseNativeEvent event)Invoked to manage CLICK events on toast action.
-
-
-
Method Detail
-
onClick
boolean onClick(ToastItem item, BaseNativeEvent event)
Invoked to manage CLICK events on toast action.- Parameters:
item- toast item affected by eventevent- event fired on item- Returns:
trueif the toaster must be close after click on action
-
-