-
public interface NavResult<R extends Object>Result sent from ResultBackNavigator when its destination is shown and then navigates back to the ResultRecipient destination.
If the destination related to the ResultBackNavigator doesn't put any value using ResultBackNavigator.setResult or ResultBackNavigator.navigateBack passing the result, then Canceled will be sent on ResultRecipient.onNavResult, otherwise the value set will be wrapped in Value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNavResult.Canceledpublic final classNavResult.Value
-