toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.api.config
/
ICustomMessageSender
ICustom
Message
Sender
interface
ICustomMessageSender
自定义消息发送流程
Inheritors
KIMCoreBaseCustomSender
Members
Types
Notifier
Link copied to clipboard
interface
Notifier
Properties
notifier
Link copied to clipboard
abstract
var
notifier
:
ICustomMessageSender.Notifier
通知发送进度
Functions
on
Canceled
Link copied to clipboard
abstract
fun
onCanceled
(
)
消息发送被取消 需要完善发送流程的取消处理
on
Send
Link copied to clipboard
@
WorkerThread
abstract
fun
onSend
(
message
:
KIMCoreMessage
)
:
KIMCoreMessage
?
开始执行消息发送