ICustomMessageSender

interface ICustomMessageSender

自定义消息发送流程

Types

Notifier
Link copied to clipboard
interface Notifier

Functions

onCanceled
Link copied to clipboard
abstract fun onCanceled()

消息发送被取消 需要完善发送流程的取消处理

onSend
Link copied to clipboard
abstract fun onSend(message: KIMCoreMessage): KIMCoreMessage?

开始执行消息发送

Properties

notifier
Link copied to clipboard
abstract var notifier: ICustomMessageSender.Notifier

通知发送进度

Inheritors

KIMCoreBaseCustomSender
Link copied to clipboard