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
/
CheckableImageView
Checkable
Image
View
class
CheckableImageView
:
Checkable
android.widget.ImageView
that supports checkable state
Members
Constructors
Checkable
Image
View
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
on
Create
Drawable
State
Link copied to clipboard
open
fun
onCreateDrawableState
(
extraSpace
:
Int
)
:
IntArray
set
Checked
Link copied to clipboard
open
override
fun
setChecked
(
checked
:
Boolean
)
toggle
Link copied to clipboard
open
override
fun
toggle
(
)