- offset(float, float) - Method in class com.scantrust.mobile.android_sdk.core.FPoint
-
- onCameraResult(ProcessingStatus, BarcodeData) - Method in interface com.scantrust.mobile.android_sdk.camera.ReadOnlyCameraManager.ManagerCallback
-
Invoked when a frame has been processed.
- onCameraResult(ScanningContext, QRCodeData, ProcessingStatus, CaptureQualityEvent) - Method in interface com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.ManagerCallback
-
Invoked when a frame has been processed.
- onCameraResult(ScanningContext, QRCodeData, ProcessingStatus, CaptureQualityEvent, DoublePingState) - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when a frame has been processed.
- onCameraResult(ScanningContext, QRCodeData, ProcessingStatus, CaptureQualityEvent, ThreeStepsState) - Method in interface com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.ThreeStepsCallback
-
Invoked when a frame has been processed.
- onCodeNotCentered() - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when a ScanTrust code is read and is not centered.
- onCodeNotCentered() - Method in interface com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.ThreeStepsCallback
-
Invoked when a ScanTrust code is read and is not centered.
- onCodeSpecialState(String, CodeSpecialState) - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when the code that has been scanned is in a special server state
(not linked to the authentication) and should be dealt with, with a special feedback in the app
- onConfigurationDone(float, float) - Method in interface com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.ManagerCallback
-
Invoked when the camera configuration is done.
- onConfigurationDone(float, float) - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when the camera configuration is done.
- onConfigurationDone(float, float) - Method in interface com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.ThreeStepsCallback
-
Invoked when the camera configuration is done.
- onLooperPrepared() - Method in class com.scantrust.mobile.android_sdk.threading.LocationHandlerThread
-
- onMeasure(int, int) - Method in class com.scantrust.mobile.android_sdk.camera.AutoFitSurfaceView
-
- onMeasure(int, int) - Method in class com.scantrust.mobile.android_sdk.camera.AutoFitTextureView
-
- onParamsNeeded(MatcherResult) - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when the current code parameters are needed.
- onReadyForAuth() - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when the controller is starting the authentication scanning
- onReadyForAuth() - Method in interface com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.ThreeStepsCallback
-
Invoked when the controller is starting the authentication scanning
- onZoomedIn() - Method in interface com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.DoublePingCallback
-
Invoked when the camera has finished zooming in.
- onZoomedIn() - Method in interface com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.ThreeStepsCallback
-
Invoked when the camera has finished zooming in.
- ReadOnlyCameraManager - Class in com.scantrust.mobile.android_sdk.camera
-
The ReadOnlyCameraManager does the same camera and surface view setup as
ScanTrustCameraManager
but does not perform the image and frame processing required for the ScanTrust authentication.
- ReadOnlyCameraManager.Builder - Class in com.scantrust.mobile.android_sdk.camera
-
Builder class for the read-only camera manager
- ReadOnlyCameraManager.ManagerCallback - Interface in com.scantrust.mobile.android_sdk.camera
-
Callback interface for the camera events.
- releaseCamera() - Method in class com.scantrust.mobile.android_sdk.camera.ReadOnlyCameraManager
-
Releases the underlying camera object, stops the preview and stops the ScanTrust frame processing.
- releaseCamera() - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Stops the ScanTrust frame processing, stops the preview and releases the underlying camera object.
- releaseCamera() - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController
-
Releases the underlying camera object, stops the preview and stops the ScanTrust frame processing.
- releaseCamera() - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController
-
Releases the underlying camera object, stops the preview and stops the ScanTrust frame processing.
- requiredCameraApi - Variable in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
- requireDetailedContent - Variable in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
- resetAuthParams() - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Reset the authentication parameters.
- resetFlow() - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController
-
Resets the state of the flow to only reading the content of the codes.
- resetFlow() - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController
-
Resets the state of the flow to only reading the content of the codes.
- resetZoom() - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Resets the "zoom-in" flow (i.e.
- restartProcessing() - Method in class com.scantrust.mobile.android_sdk.camera.ReadOnlyCameraManager
-
Restarts the ScanTrust frame processing.
- restartProcessing() - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Restarts the ScanTrust frame processing.
- restartProcessing() - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController
-
Restarts the ScanTrust frame processing.
- restartProcessing() - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController
-
Restarts the ScanTrust frame processing.
- resumeLocationUpdates() - Method in class com.scantrust.mobile.android_sdk.threading.LocationHandlerThread
-
Resumes the location updates from the system location services.
- ScanningContext - Enum in com.scantrust.mobile.android_sdk.def
-
Contexts in which the scan was made
- ScanTrustCameraManager - Class in com.scantrust.mobile.android_sdk.camera
-
The entry point of the ScanTrust Processing, this abstract class is used to obtain the manager that will best fit with the phone's camera.
- ScanTrustCameraManager() - Constructor for class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
- ScanTrustCameraManager.Builder - Class in com.scantrust.mobile.android_sdk.camera
-
Builder class for the camera manager
- ScanTrustCameraManager.ManagerCallback - Interface in com.scantrust.mobile.android_sdk.camera
-
Callback interface for the camera events.
- setAspectRatio(int, int) - Method in class com.scantrust.mobile.android_sdk.camera.AutoFitSurfaceView
-
Sets the aspect ratio for this view.
- setAspectRatio(int, int) - Method in class com.scantrust.mobile.android_sdk.camera.AutoFitTextureView
-
Sets the aspect ratio for this view.
- setAuthParams(int) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Pass the custom settings to the underlying processor
- setAuthScanning(boolean) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Triggers the processing for the authentication, as opposed to the processing for the content of the codes.
- setBaseImage(SimpleImage) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setBlurScore(float) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setCameraTorchModeOnOff(boolean) - Method in class com.scantrust.mobile.android_sdk.camera.ReadOnlyCameraManager
-
Turns the torch on or off depending on the value of turnOn.
- setCameraTorchModeOnOff(boolean) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Turns the torch on or off depending on the value of turnOn.
- setCameraTorchModeOnOff(boolean) - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController
-
Turns the torch on or off depending on the value of turnOn.
- setCameraTorchModeOnOff(boolean) - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController
-
Turns the torch on or off depending on the value of turnOn.
- setCodeParams(String, int, int, int) - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController
-
Set the scanning parameters of the a code.
- setCorners(FPoint[]) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setCropImage(SimpleImage) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setCropOffsets(int[]) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setCropResult(CropResult) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
Incorporates the crop result into the code data.
- setDesiredZoom(float) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
Don't use unless you know what you are doing.
Defines the desire zoomed-in level.
- setDesiredZoom(float) - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.Builder
-
Don't use unless you know what you are doing.
Defines the desire zoomed-in level.
- setDesiredZoom(float) - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.Builder
-
Don't use unless you know what you are doing.
Defines the desire zoomed-in level.
- setEncodedParams(EncodedParams) - Method in class com.scantrust.mobile.android_sdk.core.BarcodeData
-
- setGlareProportion(float) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setImei(String) - Method in class com.scantrust.mobile.android_sdk.util.DeviceInfo
-
- setKernelVersion(String) - Method in class com.scantrust.mobile.android_sdk.util.DeviceInfo
-
- setMatcherResult(MatcherResult) - Method in class com.scantrust.mobile.android_sdk.core.BarcodeData
-
- setMessage(String) - Method in class com.scantrust.mobile.android_sdk.core.BarcodeData
-
- setModel(String) - Method in class com.scantrust.mobile.android_sdk.util.DeviceInfo
-
- setOrigin(CodeOrigin) - Method in class com.scantrust.mobile.android_sdk.core.BarcodeData
-
- setOs(String) - Method in class com.scantrust.mobile.android_sdk.util.DeviceInfo
-
- setOsVersion(String) - Method in class com.scantrust.mobile.android_sdk.util.DeviceInfo
-
- setParams(int[]) - Method in class com.scantrust.mobile.android_sdk.core.BarcodeData
-
- setQrSize(int) - Method in class com.scantrust.mobile.android_sdk.core.QRCodeData
-
- setScalingFactor(int) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Sets the scaling factor for the QR detection according to the given code physical size.
- setState(CodeState) - Method in class com.scantrust.mobile.android_sdk.core.BarcodeData
-
- SimpleImage - Class in com.scantrust.mobile.android_sdk.core
-
A very basic image object
- SimpleImage(int, int) - Constructor for class com.scantrust.mobile.android_sdk.core.SimpleImage
-
- SimpleImage(int, int, byte[]) - Constructor for class com.scantrust.mobile.android_sdk.core.SimpleImage
-
- startCamera() - Method in class com.scantrust.mobile.android_sdk.camera.ReadOnlyCameraManager
-
Starts the underlying camera object, its preview and starts the ScanTrust frame processing.
- startCamera() - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager
-
Starts the underlying camera object, its preview and starts the ScanTrust frame processing once the setup is done.
- startCamera() - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController
-
Starts the underlying camera object, its preview and starts the ScanTrust frame processing.
- startCamera() - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController
-
Starts the underlying camera object, its preview and starts the ScanTrust frame processing.
- startWithTorchOn - Variable in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
- startWithTorchOn(boolean) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
Defines if the camera starts with the torch on or not
- startZoomedOut - Variable in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
- startZoomedOut(boolean) - Method in class com.scantrust.mobile.android_sdk.camera.ScanTrustCameraManager.Builder
-
Defines if the camera starts zoomed out or not.
- startZoomedOut(boolean) - Method in class com.scantrust.mobile.android_sdk.controllers.DoublePingFlowController.Builder
-
Defines if the camera starts zoomed out or not.
- startZoomedOut(boolean) - Method in class com.scantrust.mobile.android_sdk.controllers.ThreeStepsFlowController.Builder
-
Defines if the camera starts zoomed out or not.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.CameraApiVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.scantrust.mobile.android_sdk.def.CameraApiVersion
-
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.CaptureQualityEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.scantrust.mobile.android_sdk.def.CaptureQualityEvent
-
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.CodeOrigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.CodeSpecialState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.CodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.CropType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.DoublePingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.ProcessingStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.scantrust.mobile.android_sdk.def.ProcessingStatus
-
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.ScanningContext
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.scantrust.mobile.android_sdk.def.ScanningContext
-
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.def.ThreeStepsState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scantrust.mobile.android_sdk.util.PhoneCompatibilityManager.NfcStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.CameraApiVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.CaptureQualityEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.CodeOrigin
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.CodeSpecialState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.CodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.CropType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.DoublePingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.ProcessingStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.ScanningContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.def.ThreeStepsState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scantrust.mobile.android_sdk.util.PhoneCompatibilityManager.NfcStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.