See: Description
Interface | Description |
---|---|
ReadOnlyCameraManager.ManagerCallback |
Callback interface for the camera events.
|
ScanTrustCameraManager.ManagerCallback |
Callback interface for the camera events.
|
Class | Description |
---|---|
AutoFitSurfaceView |
A
SurfaceView that can be adjusted to a specified aspect ratio. |
AutoFitTextureView |
A
TextureView that can be adjusted to a specified aspect ratio. |
ReadOnlyCameraManager |
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 |
Builder class for the read-only camera manager
|
ScanTrustCameraManager |
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.Builder |
Builder class for the camera manager
|
The entry points are ScanTrustCameraManager
and ReadOnlyCameraManager