See: Description
Interface | Description |
---|---|
ActionClickEventHandler |
Callback interface of
ActionItem utility to manage CLICK events on toast action. |
ClickEventHandler |
Callback interface of
Toaster utility to manage CLICK events on toast item. |
CloseHandler |
Callback interface of
Toaster utility to be notified of toast item closing.It receives also the action which closed the toast or null if the toast has been closed naturally. |
OpenHandler |
Callback interface of
Toaster utility to be notified of toast item opening. |