shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.consumers
/
ComponentSizes
Component
Sizes
data
class
ComponentSizes
(
val
mainWidth
:
Double
,
val
mainHeight
:
Double
,
val
otherWidth
:
Double
,
val
otherHeight
:
Double
)
Component size configuration.
Members
Constructors
Component
Sizes
Link copied to clipboard
constructor
(
mainWidth
:
Double
,
mainHeight
:
Double
,
otherWidth
:
Double
,
otherHeight
:
Double
)
Properties
main
Height
Link copied to clipboard
val
mainHeight
:
Double
main
Width
Link copied to clipboard
val
mainWidth
:
Double
other
Height
Link copied to clipboard
val
otherHeight
:
Double
other
Width
Link copied to clipboard
val
otherWidth
:
Double