IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMDownloadCallback

Public Member Functions

void onProgress (V2TIMElem.V2ProgressInfo progressInfo)
 
void onSuccess ()
 
void onError (int code, String desc)
 

Member Function Documentation

◆ onProgress()

void onProgress ( V2TIMElem.V2ProgressInfo  progressInfo)

File download progress

Parameters
progressInfoProgress information

◆ onSuccess()

void onSuccess ( )
inherited

Callback on success

◆ onError()

void onError ( int  code,
String  desc 
)
inherited

Callback on failure

Parameters
codeError code (see the error code table for details)
descError description