toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.model
/
InviteUserResponse
Invite
User
Response
open
class
InviteUserResponse
:
CommonResult
Members
Constructors
Invite
User
Response
Link copied to clipboard
constructor
(
)
Properties
application_sent
Link copied to clipboard
@
SerializedName
(
value
=
"application_sent"
)
open
var
application_sent
:
Boolean
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"
failures
Link copied to clipboard
@
SerializedName
(
value
=
"failures"
)
open
var
failures
:
Array
<
Int
>
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