Interface ChatNavigationHandler
-
- All Implemented Interfaces:
@FunctionalInterface() public interface ChatNavigationHandler
-
-
Method Summary
Modifier and Type Method Description abstract Booleannavigate(ChatDestination destination)Attempt to navigate to the given destination. -
-
Method Detail
-
navigate
abstract Boolean navigate(ChatDestination destination)
Attempt to navigate to the given destination.
- Returns:
True if navigation was successfully handled.
-
-
-
-