类 EaseChatHistoryPresenterImpl
- java.lang.Object
-
- io.agora.chat.uikit.base.EaseBasePresenter
-
- io.agora.chat.uikit.chathistory.presenter.EaseChatHistoryPresenter
-
- io.agora.chat.uikit.chathistory.presenter.EaseChatHistoryPresenterImpl
-
- 所有已实现的接口:
androidx.lifecycle.LifecycleObserver
public class EaseChatHistoryPresenterImpl extends EaseChatHistoryPresenter
-
-
字段概要
-
从类继承的字段 io.agora.chat.uikit.chathistory.presenter.EaseChatHistoryPresenter
conversation, mView
-
-
构造器概要
构造器 构造器 说明 EaseChatHistoryPresenterImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddownloadCombineMessage(io.agora.chat.ChatMessage combinedMessage)Download and parse combine messagevoiddownloadThumbnail(io.agora.chat.ChatMessage message, int position)Download image thumbnail.voiddownloadVoice(io.agora.chat.ChatMessage message, int position)Download voice attachment.-
从类继承的方法 io.agora.chat.uikit.chathistory.presenter.EaseChatHistoryPresenter
attachView, detachView, onDestroy
-
-
-
-
方法详细资料
-
downloadCombineMessage
public void downloadCombineMessage(io.agora.chat.ChatMessage combinedMessage)
从类复制的说明:EaseChatHistoryPresenterDownload and parse combine message
-
downloadThumbnail
public void downloadThumbnail(io.agora.chat.ChatMessage message, int position)从类复制的说明:EaseChatHistoryPresenterDownload image thumbnail.
-
downloadVoice
public void downloadVoice(io.agora.chat.ChatMessage message, int position)从类复制的说明:EaseChatHistoryPresenterDownload voice attachment.- 指定者:
downloadVoice在类中EaseChatHistoryPresenter
-
-