Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-bundle-sdk
/
io.scanbot.sdk.kmp.ui_v2.document.configuration
/
CustomImage
Custom
Image
data
class
CustomImage
(
var
uri
:
String
)
:
IntroImage
A custom image for the introduction screen.
Members
Constructors
Custom
Image
Link copied to clipboard
constructor
(
uri
:
String
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
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
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
)
:
String