toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.ui.constraints
/
SelectorConstraint
Selector
Constraint
data
class
SelectorConstraint
(
val
minValue
:
Int
?
=
null
,
val
maxValue
:
Int
?
=
null
)
:
Parcelable
Members
Constructors
Selector
Constraint
Link copied to clipboard
constructor
(
minValue
:
Int
?
=
null
,
maxValue
:
Int
?
=
null
)
Properties
max
Value
Link copied to clipboard
val
maxValue
:
Int
?
=
null
min
Value
Link copied to clipboard
val
minValue
:
Int
?
=
null
Inherited 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
)