-
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.
-
-
-
-