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
/
NoButtonMode
No
Button
Mode
data
class
NoButtonMode
(
val
visible
:
Boolean
=
false
)
:
PreviewButton
Configuration of the 'preview' button in 'no button mode'.
Members
Constructors
No
Button
Mode
Link copied to clipboard
constructor
(
visible
:
Boolean
=
false
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
visible
Link copied to clipboard
val
visible
:
Boolean
Whether the button is visible.
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