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.utils
/
CheckableFrameLayout
Checkable
Frame
Layout
class
CheckableFrameLayout
:
FrameLayout
,
Checkable
FrameLayout
that supports checkable state.
Members
Constructors
Checkable
Frame
Layout
Link copied to clipboard
constructor
(
context
:
Context
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
?
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
?
,
defStyle
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
is
Checked
Link copied to clipboard
open
override
fun
isChecked
(
)
:
Boolean
set
Checked
Link copied to clipboard
open
override
fun
setChecked
(
checked
:
Boolean
)
toggle
Link copied to clipboard
open
override
fun
toggle
(
)