sdk
androidJvm
sdk
/
io.streamlayer.sdk
/
StreamLayerDemo
/
User
User
data
class
User
(
val
id
:
String
,
val
name
:
String
?
=
null
,
val
publicName
:
String
?
=
null
,
val
avatar
:
String
?
=
null
,
val
isAnonymous
:
Boolean
=
false
)
Members
Constructors
User
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
?
=
null
,
publicName
:
String
?
=
null
,
avatar
:
String
?
=
null
,
isAnonymous
:
Boolean
=
false
)
Properties
avatar
Link copied to clipboard
val
avatar
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
is
Anonymous
Link copied to clipboard
val
isAnonymous
:
Boolean
=
false
name
Link copied to clipboard
val
name
:
String
?
=
null
public
Name
Link copied to clipboard
val
publicName
:
String
?
=
null