AvmzRHBDTdkvvBdr abstract method
Future<void>
AvmzRHBDTdkvvBdr({
- required YIMEnum_ConversationType conversationType,
- required String conversationID,
- required String filePath,
- required String fileName,
- String? fileExt,
- int? fileSize,
- YIMPushOption? push = null,
- void callback_start(
- YIMMessage message
- void callback_upload(
- YIMMessage message,
- int count,
- int total
- void callback_finish(
- bool isSuccess,
- YIMMessage message,
- int code,
- String msg,
Implementation
Future<void> AvmzRHBDTdkvvBdr({
required YIMEnum_ConversationType conversationType,
required String conversationID,
required String filePath,
required String fileName,
String? fileExt, //仅web端需要
int? fileSize, //仅filePath为网络url时需要
YIMPushOption? push = null,
void Function(YIMMessage message)? callback_start,
void Function(YIMMessage message, int count, int total)? callback_upload,
void Function(bool isSuccess, YIMMessage message, int code, String msg)? callback_finish,
});