toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.ui.constraints
/
InputTextConstraint
Input
Text
Constraint
data
class
InputTextConstraint
(
val
type
:
InputTextType
?
=
null
,
val
regex
:
String
?
=
null
,
val
maxLength
:
Int
?
=
null
)
:
Parcelable
Members
Constructors
Input
Text
Constraint
Link copied to clipboard
constructor
(
type
:
InputTextType
?
=
null
,
regex
:
String
?
=
null
,
maxLength
:
Int
?
=
null
)
Properties
max
Length
Link copied to clipboard
val
maxLength
:
Int
?
=
null
regex
Link copied to clipboard
val
regex
:
String
?
=
null
type
Link copied to clipboard
val
type
:
InputTextType
?
=
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
)