toggle menu
edna ChatCenter SDK
5.1
edna ChatCenter SDK
switch theme
search in API
edna ChatCenter SDK
/
edna.chatcenter.ui.visual.uiStyle.settings.structures
/
SideSize
Side
Size
data
class
SideSize
(
val
left
:
Int
?
=
null
,
val
top
:
Int
?
=
null
,
val
right
:
Int
?
=
null
,
val
bottom
:
Int
?
=
null
)
:
Serializable
Структура, определяющая размер сторон
Parameters
left
левая сторона
top
верхняя сторона
right
правая сторона
bottom
нижняя сторона
Members
Constructors
Side
Size
Link copied to clipboard
constructor
(
left
:
Int
?
=
null
,
top
:
Int
?
=
null
,
right
:
Int
?
=
null
,
bottom
:
Int
?
=
null
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
?
=
null
left
Link copied to clipboard
val
left
:
Int
?
=
null
right
Link copied to clipboard
val
right
:
Int
?
=
null
top
Link copied to clipboard
val
top
:
Int
?
=
null