Package 

Class EmptyResultBackNavigator

    • Method Summary

      Modifier and Type Method Description
      Unit navigateBack(R result) Goes back to previous destination sending result.
      Unit navigateBack() Goes back to previous destination sending the last result set with setResult or just navigating if no result was set.
      Unit setResult(R result) Sets a result to be sent on the next navigateBack call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait