shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.requests
/
Request
Request
data
class
Request
(
val
id
:
String
,
val
name
:
String
?
,
val
icon
:
String
,
val
username
:
String
?
=
null
)
Request data structure
Members
Constructors
Request
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
?
,
icon
:
String
,
username
:
String
?
=
null
)
Properties
icon
Link copied to clipboard
val
icon
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
?
username
Link copied to clipboard
val
username
:
String
?
=
null