toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.model
/
ChatNameReq
/
ChatNameRsp
Chat
Name
Rsp
open
class
ChatNameRsp
:
CommonResult
Members
Constructors
Chat
Name
Rsp
Link copied to clipboard
constructor
(
)
Properties
avatar
Normal
Link copied to clipboard
@
SerializedName
(
value
=
"avatar_normal"
)
open
var
avatarNormal
:
String
avatar
Small
Link copied to clipboard
@
SerializedName
(
value
=
"avatar_small"
)
open
var
avatarSmall
:
String
ERROR_INVALID_USER
Link copied to clipboard
val
ERROR_INVALID_USER
:
String
=
"invalidUser"
ERROR_UNKNOWN
Link copied to clipboard
val
ERROR_UNKNOWN
:
String
=
"unknown"
ERROR_USER_NOT_LOGIN
Link copied to clipboard
val
ERROR_USER_NOT_LOGIN
:
String
=
"userNotLogin"
msg
Link copied to clipboard
@
Expose
@
SerializedName
(
value
=
"msg"
)
open
var
msg
:
String
MSG_UNKNOWN
Link copied to clipboard
val
MSG_UNKNOWN
:
String
=
"unknown error"
OK
Link copied to clipboard
val
OK
:
String
=
"ok"
PERMISSION_DENIED
Link copied to clipboard
val
PERMISSION_DENIED
:
String
=
"permissionDenied"
result
Link copied to clipboard
@
Expose
@
SerializedName
(
value
=
"result"
)
open
var
result
:
String
TIMEOUT
Link copied to clipboard
val
TIMEOUT
:
String
=
"timeout"
Functions
is
Error
Link copied to clipboard
open
fun
isError
(
targetError
:
String
)
:
Boolean
permission
Denied
Link copied to clipboard
open
fun
permissionDenied
(
)
:
Boolean
timeout
Link copied to clipboard
open
fun
timeout
(
)
:
CommonResult
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
unknown
Error
Link copied to clipboard
open
fun
unknownError
(
)
:
CommonResult