Interface ReticleOverlayStringsOptions<T>
-
- All Known Implementing Classes:
ReticleOverlayStrings.Builder
public interface ReticleOverlayStringsOptions<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
setBackSideBarcodeInstructions(java.lang.String text)
T
setBackSideInstructions(java.lang.String text)
T
setErrorDocumentNotFullyVisible(java.lang.String text)
T
setErrorDocumentTooCloseToEdge(java.lang.String text)
T
setErrorMoveCloser(java.lang.String text)
T
setErrorMoveFarther(java.lang.String text)
T
setFirstSideInstructionsText(java.lang.String text)
T
setFlashlightWarningMessage(java.lang.String text)
T
setFlipInstructions(java.lang.String text)
T
setRecognitionTimeoutMessage(java.lang.String text)
T
setRecognitionTimeoutTitle(java.lang.String text)
T
setRetryButtonText(java.lang.String buttonText)
T
setSidesNotMatchingMessage(java.lang.String message)
T
setSidesNotMatchingTitle(java.lang.String title)
T
setUnsupportedDocumentMessage(java.lang.String text)
T
setUnsupportedDocumentTitle(java.lang.String text)
-
-
-
Method Detail
-
setSidesNotMatchingTitle
@NonNull T setSidesNotMatchingTitle(@Nullable java.lang.String title)
-
setSidesNotMatchingMessage
@NonNull T setSidesNotMatchingMessage(@Nullable java.lang.String message)
-
setRetryButtonText
@NonNull T setRetryButtonText(@Nullable java.lang.String buttonText)
-
setFirstSideInstructionsText
@NonNull T setFirstSideInstructionsText(@Nullable java.lang.String text)
-
setFlipInstructions
@NonNull T setFlipInstructions(@Nullable java.lang.String text)
-
setBackSideInstructions
@NonNull T setBackSideInstructions(@Nullable java.lang.String text)
-
setBackSideBarcodeInstructions
@NonNull T setBackSideBarcodeInstructions(@Nullable java.lang.String text)
-
setErrorMoveCloser
@NonNull T setErrorMoveCloser(@Nullable java.lang.String text)
-
setErrorMoveFarther
@NonNull T setErrorMoveFarther(@Nullable java.lang.String text)
-
setErrorDocumentTooCloseToEdge
@NonNull T setErrorDocumentTooCloseToEdge(@Nullable java.lang.String text)
-
setErrorDocumentNotFullyVisible
@NonNull T setErrorDocumentNotFullyVisible(@Nullable java.lang.String text)
-
setUnsupportedDocumentTitle
@NonNull T setUnsupportedDocumentTitle(@Nullable java.lang.String text)
-
setUnsupportedDocumentMessage
@NonNull T setUnsupportedDocumentMessage(@Nullable java.lang.String text)
-
setRecognitionTimeoutTitle
@NonNull T setRecognitionTimeoutTitle(@Nullable java.lang.String text)
-
setRecognitionTimeoutMessage
@NonNull T setRecognitionTimeoutMessage(@Nullable java.lang.String text)
-
setFlashlightWarningMessage
@NonNull T setFlashlightWarningMessage(@Nullable java.lang.String text)
-
-