AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.login
/
UserProfile
/
UserProfile
User
Profile
constructor
(
userID
:
String
=
""
,
nickname
:
String
?
=
null
,
avatarURL
:
String
?
=
null
,
selfSignature
:
String
?
=
null
,
gender
:
Gender
?
=
null
,
role
:
Int
?
=
null
,
level
:
Int
?
=
null
,
birthday
:
Long
?
=
null
,
allowType
:
AllowType
?
=
null
,
customInfo
:
Map
<
String
,
ByteArray
>
?
=
null
)