public static interface WhisperContracts.ChatView extends BaseView<WhisperContracts.ChatPresenter>
限定符和类型 | 方法和说明 |
---|---|
void |
followPeerComplete(boolean isSuccess) |
android.app.Activity |
getMyActivity() |
void |
peerInfoLoadComplete() |
void |
refreshGiftMsg(java.lang.Object obj,
boolean success,
int outerErrorCode) |
void |
refreshLatestMsg() |
void |
refreshMsgList() |
void |
refreshSingleMsg(int index) |
void |
refreshTranslateText(com.app.letter.view.chat.LetterChatInfo letterChatInfo) |
void |
refreshUserInfo() |
setPresenter
void refreshMsgList()
void refreshLatestMsg()
void refreshSingleMsg(int index)
void peerInfoLoadComplete()
void followPeerComplete(boolean isSuccess)
void refreshGiftMsg(java.lang.Object obj, boolean success, int outerErrorCode)
outerErrorCode
- 送礼接口返回字段,外层的statusvoid refreshUserInfo()
void refreshTranslateText(com.app.letter.view.chat.LetterChatInfo letterChatInfo)
android.app.Activity getMyActivity()