shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components
/
ModalPosition
Modal
Position
sealed
class
ModalPosition
Represents different modal positions.
Inheritors
Center
Top
Bottom
Left
Right
TopLeft
TopRight
BottomLeft
BottomRight
Custom
Members
Types
Bottom
Link copied to clipboard
object
Bottom
:
ModalPosition
Bottom
Left
Link copied to clipboard
object
BottomLeft
:
ModalPosition
Bottom
Right
Link copied to clipboard
object
BottomRight
:
ModalPosition
Center
Link copied to clipboard
object
Center
:
ModalPosition
Custom
Link copied to clipboard
data
class
Custom
(
val
x
:
Float
,
val
y
:
Float
)
:
ModalPosition
Left
Link copied to clipboard
object
Left
:
ModalPosition
Right
Link copied to clipboard
object
Right
:
ModalPosition
Top
Link copied to clipboard
object
Top
:
ModalPosition
Top
Left
Link copied to clipboard
object
TopLeft
:
ModalPosition
Top
Right
Link copied to clipboard
object
TopRight
:
ModalPosition