shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
AlertAction
Alert
Action
data
class
AlertAction
(
val
text
:
String
,
val
onPress
:
(
)
->
Unit
,
val
isPrimary
:
Boolean
=
false
)
Members
Constructors
Alert
Action
Link copied to clipboard
constructor
(
text
:
String
,
onPress
:
(
)
->
Unit
,
isPrimary
:
Boolean
=
false
)
Properties
is
Primary
Link copied to clipboard
val
isPrimary
:
Boolean
=
false
on
Press
Link copied to clipboard
val
onPress
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String