Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ui_v2.mrz.configuration
/
MrzIntroCustomImage
Mrz
Intro
Custom
Image
data
class
MrzIntroCustomImage
(
var
uri
:
String
)
:
MrzScannerIntroImage
,
Parcelable
A custom image for the introduction screen.
Members
Constructors
Mrz
Intro
Custom
Image
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
uri
:
String
)
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
uri
Link copied to clipboard
var
uri
:
String
The web or file URI to the image.
Functions
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
MrzIntroCustomImage
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JSONObject