Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.ui.utils
/
CheckableImageButton
Checkable
Image
Button
class
CheckableImageButton
(
context
:
Context
,
attrs
:
AttributeSet
)
:
TintableImageButton
,
Checkable
ImageButton that supports checkable state
Members
Constructors
Checkable
Image
Button
Link copied to clipboard
constructor
(
context
:
Context
,
attrs
:
AttributeSet
)
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
on
Restore
Instance
State
Link copied to clipboard
open
fun
onRestoreInstanceState
(
state
:
Parcelable
)
on
Save
Instance
State
Link copied to clipboard
open
fun
onSaveInstanceState
(
)
:
Parcelable
set
Checked
Link copied to clipboard
open
override
fun
setChecked
(
checked
:
Boolean
)
toggle
Link copied to clipboard
open
override
fun
toggle
(
)