onMediaMessageSending property
- @Deprecated('建议在调用接口时直接传入 callback 参数,此回调从 5.4.0 版本开始不推荐使用')
getter/setter pair
ZH
sendMediaMessage 的接口监听
message发送的消息progress发送的进度 @deprecated 请使用对应接口提供的 callback 获取结果。
EN
sendMediaMessage Event Listener
messageThe message being sentprogressThe progress of the message sending @deprecated Use the callback provided by the corresponding interface to retrieve the result.
Implementation
@Deprecated('建议在调用接口时直接传入 callback 参数,此回调从 5.4.0 版本开始不推荐使用')
Function(RCIMIWMediaMessage? message, int? progress)? onMediaMessageSending;