BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-camera
/
com.microblink.camera.hardware
/
DeviceInfo
Device
Info
open
class
DeviceInfo
Members
Constructors
Device
Info
Link copied to clipboard
constructor
(
@
NonNull
device
:
String
,
@
NonNull
model
:
String
)
constructor
(
@
NonNull
jsonObj
:
JSONObject
,
@
NonNull
deviceModel
:
String
)
Functions
get
Camera
Init
Delay
Link copied to clipboard
open
fun
getCameraInitDelay
(
)
:
Int
get
Device
Link copied to clipboard
@
NonNull
open
fun
getDevice
(
)
:
String
get
Max
Zoom
Level
Link copied to clipboard
open
fun
getMaxZoomLevel
(
)
:
Double
get
Min
Zoom
Level
Link copied to clipboard
open
fun
getMinZoomLevel
(
)
:
Double
get
Model
Link copied to clipboard
@
NonNull
open
fun
getModel
(
)
:
String
get
Optimal
Back
Facing
Preview
Size
Link copied to clipboard
@
Nullable
open
fun
getOptimalBackFacingPreviewSize
(
)
:
CameraStrategy.PreviewSize
get
Optimal
Front
Facing
Preview
Size
Link copied to clipboard
@
Nullable
open
fun
getOptimalFrontFacingPreviewSize
(
)
:
CameraStrategy.PreviewSize
get
Unique
Name
Link copied to clipboard
@
NonNull
open
fun
getUniqueName
(
)
:
String
logi
Link copied to clipboard
open
fun
logi
(
)
Logs the info
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String