getDownloadInfo

public abstract void getDownloadInfo(String tag, IRongCoreCallback.ResultCallback<DownloadInfo> callback)

Retrieves media file download information.

Note: This method is only applicable for resumable downloads.

Since

5.1.2

Parameters

tag

The unique identifier for the file. When calling downloadMediaMessage, this is the messageId string. When calling downloadMediaFile, this is the fileUniqueId (the first parameter).

callback

The callback.