toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.helper
/
ViewSize
View
Size
data
class
ViewSize
(
@
Px
val
width
:
Int
,
@
Px
val
height
:
Int
)
Represents the view's size.
Parameters
width
the width of the view
height
the height of the view
Members
Constructors
View
Size
Link copied to clipboard
constructor
(
@
Px
width
:
Int
,
@
Px
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int