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.document.configuration
/
NoButtonMode
No
Button
Mode
data
class
NoButtonMode
(
val
visible
:
Boolean
=
false
)
:
PreviewButton
,
Parcelable
Configuration of the 'preview' button in 'no button mode'.
Members
Constructors
No
Button
Mode
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
visible
:
Boolean
=
false
)
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
=
false
Whether the button is visible.
Functions
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
NoButtonMode
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JSONObject