shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.methods.utils
/
GetModalPositionOptions
Get
Modal
Position
Options
data
class
GetModalPositionOptions
(
val
position
:
String
,
val
modalWidth
:
Double
,
val
modalHeight
:
Double
,
val
screenWidth
:
Double
,
val
screenHeight
:
Double
)
Options for configuring the modal position.
Members
Constructors
Get
Modal
Position
Options
Link copied to clipboard
constructor
(
position
:
String
,
modalWidth
:
Double
,
modalHeight
:
Double
,
screenWidth
:
Double
,
screenHeight
:
Double
)
Properties
modal
Height
Link copied to clipboard
val
modalHeight
:
Double
modal
Width
Link copied to clipboard
val
modalWidth
:
Double
position
Link copied to clipboard
val
position
:
String
screen
Height
Link copied to clipboard
val
screenHeight
:
Double
screen
Width
Link copied to clipboard
val
screenWidth
:
Double