19 declare(strict_types=1);
getAdditionalToastActions()
withDescription(string $description)
withAdditionToastAction(ToastAction $action)
A ToastAction leads into the rendered toast to a link that can be clicked by the user.
hasClosedAction()
Get whether there are any callables to be executed the Toast is closed.
withShownCallable(\Closure $handle_shown)
Set the callable to be executed, when the toast is shown.
getVanishedAction()
Get the callable to be executed, when this specific item has vanished.
getClosedAction()
Get the callable to be executed, when this specific item is closed.
withClosedCallable(\Closure $handle_closed)
Set the callable to be executed, when this specific item is closed by clicking the X button or after ...
hasVanishedAction()
Get whether there are any callables to be executed the Toast has vanished.
withVanishedCallable(\Closure $handle_vanished)
Set the callable to be executed, when this specific item is closed vanishing.
getShownAction()
Get the callable to be executed, when the test is shown in GUI.