toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.message.list.internal.expose
/
KMsgExposeReportTask
KMsg
Expose
Report
Task
class
KMsgExposeReportTask
(
var
chatId
:
String
,
var
msgIds
:
Set
<
String
>
)
:
Runnable
上报任务
Members
Constructors
KMsg
Expose
Report
Task
Link copied to clipboard
constructor
(
chatId
:
String
,
msgIds
:
Set
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
chat
Id
Link copied to clipboard
var
chatId
:
String
failed
Count
Link copied to clipboard
@
Volatile
var
failedCount
:
Int
msg
Ids
Link copied to clipboard
var
msgIds
:
Set
<
String
>
state
Link copied to clipboard
@
Volatile
var
state
:
Int
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
can
Merge
From
Link copied to clipboard
fun
canMergeFrom
(
from
:
KMsgExposeReportTask
)
:
Boolean
merge
From
Link copied to clipboard
fun
mergeFrom
(
from
:
KMsgExposeReportTask
)
notify
Failed
Link copied to clipboard
fun
notifyFailed
(
reason
:
String
)
notify
Merging
Link copied to clipboard
fun
notifyMerging
(
)
notify
Pending
Link copied to clipboard
fun
notifyPending
(
)
notify
Running
Link copied to clipboard
fun
notifyRunning
(
)
notify
Success
Link copied to clipboard
fun
notifySuccess
(
)
recycle
Link copied to clipboard
fun
recycle
(
)
run
Link copied to clipboard
open
override
fun
run
(
)