shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui
/
InteractionEvent
Interaction
Event
sealed
class
InteractionEvent
Represents different types of user interactions.
Inheritors
Click
LongPress
DoubleClick
Swipe
Pinch
Drag
Members
Types
Click
Link copied to clipboard
object
Click
:
InteractionEvent
Double
Click
Link copied to clipboard
object
DoubleClick
:
InteractionEvent
Drag
Link copied to clipboard
data
class
Drag
(
val
deltaX
:
Float
,
val
deltaY
:
Float
)
:
InteractionEvent
Long
Press
Link copied to clipboard
object
LongPress
:
InteractionEvent
Pinch
Link copied to clipboard
data
class
Pinch
(
val
scale
:
Float
)
:
InteractionEvent
Swipe
Link copied to clipboard
data
class
Swipe
(
val
direction
:
SwipeDirection
)
:
InteractionEvent