shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
TextSpecs
Text
Specs
@
Serializable
data
class
TextSpecs
(
val
addText
:
Boolean
,
val
customText
:
String
?
=
null
,
val
customTextPosition
:
String
?
=
null
,
val
customTextColor
:
String
?
=
null
)
Members
Constructors
Text
Specs
Link copied to clipboard
constructor
(
addText
:
Boolean
,
customText
:
String
?
=
null
,
customTextPosition
:
String
?
=
null
,
customTextColor
:
String
?
=
null
)
Properties
add
Text
Link copied to clipboard
val
addText
:
Boolean
custom
Text
Link copied to clipboard
val
customText
:
String
?
=
null
custom
Text
Color
Link copied to clipboard
val
customTextColor
:
String
?
=
null
custom
Text
Position
Link copied to clipboard
val
customTextPosition
:
String
?
=
null