-
public class AnalysisFragmentDirections
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAnalysisFragmentDirections.ToErrorFragmentWithErrorTypepublic classAnalysisFragmentDirections.ToErrorFragmentWithErrorMessagepublic classAnalysisFragmentDirections.ToNoResultsFragment
-
Method Summary
Modifier and Type Method Description static AnalysisFragmentDirections.ToErrorFragmentWithErrorTypetoErrorFragmentWithErrorType(@NonNull() ErrorType GCARGSERROR, @NonNull() Document ARGSDOCUMENT)static AnalysisFragmentDirections.ToErrorFragmentWithErrorMessagetoErrorFragmentWithErrorMessage(@NonNull() String ARGSCUSTOMERROR, @NonNull() Document ARGSDOCUMENT)static AnalysisFragmentDirections.ToNoResultsFragmenttoNoResultsFragment(@NonNull() Document GCARGSDOCUMENT)-
-
Method Detail
-
toErrorFragmentWithErrorType
@NonNull() static AnalysisFragmentDirections.ToErrorFragmentWithErrorType toErrorFragmentWithErrorType(@NonNull() ErrorType GCARGSERROR, @NonNull() Document ARGSDOCUMENT)
-
toErrorFragmentWithErrorMessage
@NonNull() static AnalysisFragmentDirections.ToErrorFragmentWithErrorMessage toErrorFragmentWithErrorMessage(@NonNull() String ARGSCUSTOMERROR, @NonNull() Document ARGSDOCUMENT)
-
toNoResultsFragment
@NonNull() static AnalysisFragmentDirections.ToNoResultsFragment toNoResultsFragment(@NonNull() Document GCARGSDOCUMENT)
-
-
-
-