toggle menu
VideoAndroidSDK
androidJvm
switch theme
search in API
video-sdk
/
com.kaleyra.video_sdk.call.whiteboard.model
/
WhiteboardRequest
/
Show
Show
data
class
Show
(
val
username
:
String
?
=
null
,
val
id
:
String
=
UUID.randomUUID().toString()
)
:
WhiteboardRequest
Members
Constructors
Show
Link copied to clipboard
constructor
(
username
:
String
?
=
null
,
id
:
String
=
UUID.randomUUID().toString()
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
username
Link copied to clipboard
open
override
val
username
:
String
?
=
null