SendbirdUIKit
3.21.1
SendbirdUIKit
/
com.sendbird.uikit.interfaces
/
UserInfo
User
Info
interface
UserInfo
Interface definition for a information of user.
Functions
Functions
get
Nickname
Link copied to clipboard
@
Nullable
abstract
fun
getNickname
(
)
:
String
Provides the nickname of the user.
get
Profile
Url
Link copied to clipboard
@
Nullable
abstract
fun
getProfileUrl
(
)
:
String
Provides the profile url of the user.
get
User
Id
Link copied to clipboard
@
NonNull
abstract
fun
getUserId
(
)
:
String
Provides the identifier of the user.