-
public class MultiPageReviewFragmentDirections
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMultiPageReviewFragmentDirections.ToCameraFragmentForAddingPagespublic classMultiPageReviewFragmentDirections.ToAnalysisFragmentpublic classMultiPageReviewFragmentDirections.ToErrorFragmentpublic classMultiPageReviewFragmentDirections.ToZoomInPreviewFragment
-
Method Summary
Modifier and Type Method Description static MultiPageReviewFragmentDirections.ToCameraFragmentForAddingPagestoCameraFragmentForAddingPages()static NavDirectionstoCameraFragmentForFirstPage()static MultiPageReviewFragmentDirections.ToAnalysisFragmenttoAnalysisFragment(@NonNull() Document GCARGSDOCUMENT, @NonNull() String GCARGSDOCUMENTANALYSISERRORMESSAGE)static MultiPageReviewFragmentDirections.ToErrorFragmenttoErrorFragment(@NonNull() ErrorType GCARGSERROR, @NonNull() Document ARGSDOCUMENT)static MultiPageReviewFragmentDirections.ToZoomInPreviewFragmenttoZoomInPreviewFragment(@NonNull() Document GCARGSDOCUMENT)-
-
Method Detail
-
toCameraFragmentForAddingPages
@NonNull() static MultiPageReviewFragmentDirections.ToCameraFragmentForAddingPages toCameraFragmentForAddingPages()
-
toCameraFragmentForFirstPage
@NonNull() static NavDirections toCameraFragmentForFirstPage()
-
toAnalysisFragment
@NonNull() static MultiPageReviewFragmentDirections.ToAnalysisFragment toAnalysisFragment(@NonNull() Document GCARGSDOCUMENT, @NonNull() String GCARGSDOCUMENTANALYSISERRORMESSAGE)
-
toErrorFragment
@NonNull() static MultiPageReviewFragmentDirections.ToErrorFragment toErrorFragment(@NonNull() ErrorType GCARGSERROR, @NonNull() Document ARGSDOCUMENT)
-
toZoomInPreviewFragment
@NonNull() static MultiPageReviewFragmentDirections.ToZoomInPreviewFragment toZoomInPreviewFragment(@NonNull() Document GCARGSDOCUMENT)
-
-
-
-