BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-ux
/
com.microblink.blinkid.ux.contract
/
BlinkIdScanActivityColors
Blink
Id
Scan
Activity
Colors
data
class
BlinkIdScanActivityColors
(
@
ColorRes
val
primary
:
Int
?
,
@
ColorRes
val
background
:
Int
?
,
@
ColorRes
val
onBackground
:
Int
?
,
@
ColorRes
val
helpButtonBackground
:
Int
?
,
@
ColorRes
val
helpButton
:
Int
?
,
@
ColorRes
val
helpTooltipBackground
:
Int
?
,
@
ColorRes
val
helpTooltipText
:
Int
?
)
:
Parcelable
Members
Constructors
Blink
Id
Scan
Activity
Colors
Link copied to clipboard
constructor
(
@
ColorRes
primary
:
Int
?
,
@
ColorRes
background
:
Int
?
,
@
ColorRes
onBackground
:
Int
?
,
@
ColorRes
helpButtonBackground
:
Int
?
,
@
ColorRes
helpButton
:
Int
?
,
@
ColorRes
helpTooltipBackground
:
Int
?
,
@
ColorRes
helpTooltipText
:
Int
?
)
Properties
background
Link copied to clipboard
val
background
:
Int
?
help
Button
Link copied to clipboard
val
helpButton
:
Int
?
help
Button
Background
Link copied to clipboard
val
helpButtonBackground
:
Int
?
help
Tooltip
Background
Link copied to clipboard
val
helpTooltipBackground
:
Int
?
help
Tooltip
Text
Link copied to clipboard
val
helpTooltipText
:
Int
?
on
Background
Link copied to clipboard
val
onBackground
:
Int
?
primary
Link copied to clipboard
val
primary
:
Int
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)