- ScanStage - Enum in com.scantrust.mobile.android_ui
-
Defines the UI scanning stage for the three-steps flow
- setCurrentStage(ScanStage) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Sets the current stage and adjusts the UI accordingly
- setResultImg(Bitmap) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Displays the provided scanning result image
- setScanningProgress(int) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Sets the scanning progress bar value.
- setTorchOnClickListener(TorchOnClickListener) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Attaches the provided listener to the torch icon.
- setWindowProportion(float, Size, float) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Sets the window proportion and adjusts the size of the placeholder based on the given parameters
- setZoomedInGrayLayout() - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Sets the gray overlay layout to its zoomed-in position
- setZoomedOutGrayLayout() - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Sets the gray overlay layout to its zoomed-out position
- showInstructionBubble(String, int) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Shows the instruction bubble with the given message and sets the bubble background to the provided colour resource id.
- showInstructionBubble(String) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Shows the instruction bubble with the given message
- showResultContainer(boolean) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Makes the result container visible or gone.
- showScanningBarAndMsgBubble(boolean) - Method in class com.scantrust.mobile.android_ui.ConsumerScanningUi
-
Show/hide the progress bar and the msg bubble.