SYMBOL INDEX (855 symbols across 149 files) FILE: android/src/main/java/top/huic/tencent_im_plugin/DownloadCallBack.java class DownloadCallBack (line 14) | public class DownloadCallBack implements V2TIMDownloadCallback { method DownloadCallBack (line 36) | public DownloadCallBack() { method DownloadCallBack (line 39) | public DownloadCallBack(String path) { method DownloadCallBack (line 43) | public DownloadCallBack(MethodChannel.Result result, String path, Stri... method onProgress (line 50) | @Override method onSuccess (line 65) | @Override method onError (line 79) | @Override type DownloadTypeEnum (line 89) | public enum DownloadTypeEnum { method DownloadTypeEnum (line 115) | DownloadTypeEnum(Integer value) { method getValue (line 119) | public Integer getValue() { FILE: android/src/main/java/top/huic/tencent_im_plugin/TencentImPlugin.java class TencentImPlugin (line 77) | public class TencentImPlugin implements FlutterPlugin, MethodCallHandler { method TencentImPlugin (line 118) | public TencentImPlugin() { method TencentImPlugin (line 121) | private TencentImPlugin(Context context, MethodChannel channel) { method onAttachedToEngine (line 127) | @Override method registerWith (line 142) | public static void registerWith(Registrar registrar) { method onMethodCall (line 147) | @Override method onDetachedFromEngine (line 162) | @Override method initSDK (line 172) | private void initSDK(MethodCall methodCall, Result result) { method unInitSDK (line 208) | private void unInitSDK(MethodCall methodCall, Result result) { method getVersion (line 221) | private void getVersion(MethodCall methodCall, Result result) { method getServerTime (line 231) | private void getServerTime(MethodCall methodCall, Result result) { method login (line 241) | private void login(MethodCall methodCall, final Result result) { method logout (line 255) | private void logout(MethodCall methodCall, final Result result) { method getLoginStatus (line 265) | private void getLoginStatus(MethodCall methodCall, final Result result) { method getLoginUser (line 275) | private void getLoginUser(MethodCall methodCall, final Result result) { method invite (line 285) | private void invite(MethodCall methodCall, final Result result) { method inviteInGroup (line 309) | private void inviteInGroup(MethodCall methodCall, final Result result) { method cancel (line 326) | private void cancel(MethodCall methodCall, final Result result) { method accept (line 338) | private void accept(MethodCall methodCall, final Result result) { method reject (line 350) | private void reject(MethodCall methodCall, final Result result) { method getSignalingInfo (line 362) | private void getSignalingInfo(MethodCall methodCall, final Result resu... method addInvitedSignaling (line 378) | private void addInvitedSignaling(MethodCall methodCall, final Result r... method sendMessage (line 389) | private void sendMessage(MethodCall methodCall, final Result result) { method resendMessage (line 408) | private void resendMessage(final MethodCall methodCall, final Result r... method _sendMessage (line 425) | private void _sendMessage(V2TIMMessage message, MethodCall methodCall,... method revokeMessage (line 482) | private void revokeMessage(MethodCall methodCall, final Result result) { method getC2CHistoryMessageList (line 498) | private void getC2CHistoryMessageList(MethodCall methodCall, final Res... method getGroupHistoryMessageList (line 535) | private void getGroupHistoryMessageList(MethodCall methodCall, final R... method getHistoryMessageList (line 572) | private void getHistoryMessageList(MethodCall methodCall, final Result... method markC2CMessageAsRead (line 616) | private void markC2CMessageAsRead(MethodCall methodCall, final Result ... method markGroupMessageAsRead (line 627) | private void markGroupMessageAsRead(MethodCall methodCall, final Resul... method deleteMessageFromLocalStorage (line 638) | private void deleteMessageFromLocalStorage(MethodCall methodCall, fina... method deleteMessages (line 654) | private void deleteMessages(MethodCall methodCall, final Result result) { method insertGroupMessageToLocalStorage (line 672) | private void insertGroupMessageToLocalStorage(MethodCall methodCall, f... method insertC2CMessageToLocalStorage (line 698) | private void insertC2CMessageToLocalStorage(MethodCall methodCall, fin... method downloadVideo (line 723) | private void downloadVideo(MethodCall methodCall, final Result result) { method downloadVideoThumbnail (line 740) | private void downloadVideoThumbnail(MethodCall methodCall, final Resul... method downloadSound (line 757) | private void downloadSound(MethodCall methodCall, final Result result) { method downloadFile (line 774) | private void downloadFile(MethodCall methodCall, final Result result) { method setMessageLocalCustomStr (line 791) | private void setMessageLocalCustomStr(MethodCall methodCall, final Res... method setMessageLocalCustomInt (line 809) | private void setMessageLocalCustomInt(MethodCall methodCall, final Res... method findMessages (line 827) | private void findMessages(MethodCall methodCall, final Result result) { method createGroup (line 847) | private void createGroup(MethodCall methodCall, final Result result) { method joinGroup (line 859) | private void joinGroup(MethodCall methodCall, final Result result) { method quitGroup (line 871) | private void quitGroup(MethodCall methodCall, final Result result) { method dismissGroup (line 882) | private void dismissGroup(MethodCall methodCall, final Result result) { method getJoinedGroupList (line 893) | private void getJoinedGroupList(MethodCall methodCall, final Result re... method getGroupsInfo (line 903) | private void getGroupsInfo(MethodCall methodCall, final Result result) { method setGroupInfo (line 914) | private void setGroupInfo(MethodCall methodCall, final Result result) { method searchGroups (line 925) | private void searchGroups(MethodCall methodCall, final Result result) { method searchGroupMembers (line 944) | private void searchGroupMembers(MethodCall methodCall, final Result re... method setC2CReceiveMessageOpt (line 970) | private void setC2CReceiveMessageOpt(MethodCall methodCall, final Resu... method setGroupReceiveMessageOpt (line 982) | private void setGroupReceiveMessageOpt(MethodCall methodCall, final Re... method getC2CReceiveMessageOpt (line 991) | private void getC2CReceiveMessageOpt(MethodCall call, final Result res... method initGroupAttributes (line 1010) | private void initGroupAttributes(MethodCall methodCall, final Result r... method setGroupAttributes (line 1022) | private void setGroupAttributes(MethodCall methodCall, final Result re... method deleteGroupAttributes (line 1034) | private void deleteGroupAttributes(MethodCall methodCall, final Result... method getGroupAttributes (line 1046) | private void getGroupAttributes(MethodCall methodCall, final Result re... method getGroupOnlineMemberCount (line 1058) | private void getGroupOnlineMemberCount(MethodCall methodCall, final Re... method getGroupMemberList (line 1074) | private void getGroupMemberList(MethodCall methodCall, final Result re... method getGroupMembersInfo (line 1087) | private void getGroupMembersInfo(MethodCall methodCall, final Result r... method setGroupMemberInfo (line 1099) | private void setGroupMemberInfo(MethodCall methodCall, final Result re... method muteGroupMember (line 1111) | private void muteGroupMember(MethodCall methodCall, final Result resul... method inviteUserToGroup (line 1125) | private void inviteUserToGroup(MethodCall methodCall, final Result res... method kickGroupMember (line 1137) | private void kickGroupMember(MethodCall methodCall, final Result resul... method setGroupMemberRole (line 1150) | private void setGroupMemberRole(MethodCall methodCall, final Result re... method transferGroupOwner (line 1163) | private void transferGroupOwner(MethodCall methodCall, final Result re... method getGroupApplicationList (line 1175) | private void getGroupApplicationList(MethodCall methodCall, final Resu... method acceptGroupApplication (line 1186) | private void acceptGroupApplication(MethodCall methodCall, final Resul... method refuseGroupApplication (line 1204) | private void refuseGroupApplication(MethodCall methodCall, final Resul... method setGroupApplicationRead (line 1221) | private void setGroupApplicationRead(MethodCall methodCall, final Resu... method getConversationList (line 1231) | private void getConversationList(MethodCall methodCall, final Result r... method getConversation (line 1248) | private void getConversation(MethodCall methodCall, final Result resul... method deleteConversation (line 1264) | private void deleteConversation(MethodCall methodCall, final Result re... method setConversationDraft (line 1275) | private void setConversationDraft(MethodCall methodCall, final Result ... method pinConversation (line 1287) | private void pinConversation(MethodCall methodCall, final Result resul... method getTotalUnreadMessageCount (line 1299) | private void getTotalUnreadMessageCount(MethodCall methodCall, final R... method getUsersInfo (line 1309) | private void getUsersInfo(MethodCall methodCall, final Result result) { method setSelfInfo (line 1320) | private void setSelfInfo(MethodCall methodCall, final Result result) { method addToBlackList (line 1331) | private void addToBlackList(MethodCall methodCall, final Result result) { method deleteFromBlackList (line 1342) | private void deleteFromBlackList(MethodCall methodCall, final Result r... method getBlackList (line 1353) | private void getBlackList(MethodCall methodCall, final Result result) { method setOfflinePushConfig (line 1363) | private void setOfflinePushConfig(MethodCall methodCall, final Result ... method setUnreadBadge (line 1377) | private void setUnreadBadge(MethodCall methodCall, final Result result) { method getFriendList (line 1388) | private void getFriendList(MethodCall methodCall, final Result result) { method getFriendsInfo (line 1398) | private void getFriendsInfo(MethodCall methodCall, final Result result) { method setFriendInfo (line 1409) | private void setFriendInfo(MethodCall methodCall, final Result result) { method addFriend (line 1420) | private void addFriend(MethodCall methodCall, final Result result) { method deleteFromFriendList (line 1431) | private void deleteFromFriendList(MethodCall methodCall, final Result ... method checkFriend (line 1443) | private void checkFriend(MethodCall methodCall, final Result result) { method getFriendApplicationList (line 1460) | private void getFriendApplicationList(MethodCall methodCall, final Res... method acceptFriendApplication (line 1470) | private void acceptFriendApplication(MethodCall methodCall, final Resu... method refuseFriendApplication (line 1487) | private void refuseFriendApplication(MethodCall methodCall, final Resu... method deleteFriendApplication (line 1503) | private void deleteFriendApplication(MethodCall methodCall, final Resu... method setFriendApplicationRead (line 1519) | private void setFriendApplicationRead(MethodCall methodCall, final Res... method createFriendGroup (line 1529) | private void createFriendGroup(MethodCall methodCall, final Result res... method getFriendGroups (line 1541) | private void getFriendGroups(MethodCall methodCall, final Result resul... method deleteFriendGroup (line 1552) | private void deleteFriendGroup(MethodCall methodCall, final Result res... method renameFriendGroup (line 1563) | private void renameFriendGroup(MethodCall methodCall, final Result res... method addFriendsToFriendGroup (line 1575) | private void addFriendsToFriendGroup(MethodCall methodCall, final Resu... method deleteFriendsFromFriendGroup (line 1587) | private void deleteFriendsFromFriendGroup(MethodCall methodCall, final... method searchLocalMessages (line 1596) | private void searchLocalMessages(MethodCall call, final Result result) { method invokeListener (line 1621) | public static void invokeListener(ListenerTypeEnum type, Object params) { FILE: android/src/main/java/top/huic/tencent_im_plugin/ValueCallBack.java class ValueCallBack (line 13) | public class ValueCallBack implements V2TIMValueCallback { method ValueCallBack (line 19) | public ValueCallBack(Result result) { method onSuccess (line 28) | @Override method onError (line 46) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/VoidCallBack.java class VoidCallBack (line 12) | public class VoidCallBack implements V2TIMCallback { method VoidCallBack (line 18) | public VoidCallBack(MethodChannel.Result result) { method onError (line 22) | @Override method onSuccess (line 29) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/CustomConversationEntity.java class CustomConversationEntity (line 13) | public class CustomConversationEntity { method CustomConversationEntity (line 85) | public CustomConversationEntity() { method CustomConversationEntity (line 88) | public CustomConversationEntity(V2TIMConversation data) { method getConversationID (line 95) | public String getConversationID() { method setConversationID (line 99) | public void setConversationID(String conversationID) { method getType (line 103) | public int getType() { method setType (line 107) | public void setType(int type) { method getUserID (line 111) | public String getUserID() { method setUserID (line 115) | public void setUserID(String userID) { method getGroupID (line 119) | public String getGroupID() { method setGroupID (line 123) | public void setGroupID(String groupID) { method getShowName (line 127) | public String getShowName() { method setShowName (line 131) | public void setShowName(String showName) { method getFaceUrl (line 135) | public String getFaceUrl() { method setFaceUrl (line 139) | public void setFaceUrl(String faceUrl) { method getRecvOpt (line 143) | public int getRecvOpt() { method setRecvOpt (line 147) | public void setRecvOpt(int recvOpt) { method getGroupType (line 151) | public String getGroupType() { method setGroupType (line 155) | public void setGroupType(String groupType) { method getUnreadCount (line 159) | public int getUnreadCount() { method setUnreadCount (line 163) | public void setUnreadCount(int unreadCount) { method getLastMessage (line 167) | public CustomMessageEntity getLastMessage() { method setLastMessage (line 171) | public void setLastMessage(CustomMessageEntity lastMessage) { method getDraftText (line 175) | public String getDraftText() { method setDraftText (line 179) | public void setDraftText(String draftText) { method getDraftTimestamp (line 183) | public Long getDraftTimestamp() { method setDraftTimestamp (line 187) | public void setDraftTimestamp(Long draftTimestamp) { method getGroupAtInfoList (line 191) | public List getGroupAtInfoList() { method setGroupAtInfoList (line 195) | public void setGroupAtInfoList(List groupAtInfoList) { method isPinned (line 199) | public boolean isPinned() { method setPinned (line 203) | public void setPinned(boolean pinned) { FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/CustomConversationResultEntity.java class CustomConversationResultEntity (line 14) | public class CustomConversationResultEntity { method CustomConversationResultEntity (line 31) | public CustomConversationResultEntity() { method CustomConversationResultEntity (line 34) | public CustomConversationResultEntity(V2TIMConversationResult data) { method getNextSeq (line 46) | public Long getNextSeq() { method setNextSeq (line 50) | public void setNextSeq(Long nextSeq) { method getFinished (line 54) | public Boolean getFinished() { method setFinished (line 58) | public void setFinished(Boolean finished) { method getConversationList (line 62) | public List getConversationList() { method setConversationList (line 66) | public void setConversationList(List convers... FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/CustomFriendAddApplication.java class CustomFriendAddApplication (line 8) | public class CustomFriendAddApplication extends V2TIMFriendAddApplication { method CustomFriendAddApplication (line 9) | public CustomFriendAddApplication() { method CustomFriendAddApplication (line 13) | public CustomFriendAddApplication(String userID) { FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/CustomMessageEntity.java class CustomMessageEntity (line 20) | public class CustomMessageEntity implements Serializable { method CustomMessageEntity (line 138) | public CustomMessageEntity() { method CustomMessageEntity (line 141) | public CustomMessageEntity(V2TIMMessage message) { method getMsgID (line 154) | public String getMsgID() { method setMsgID (line 158) | public void setMsgID(String msgID) { method getTimestamp (line 162) | public Long getTimestamp() { method setTimestamp (line 166) | public void setTimestamp(Long timestamp) { method getSender (line 170) | public String getSender() { method setSender (line 174) | public void setSender(String sender) { method getNickName (line 178) | public String getNickName() { method setNickName (line 182) | public void setNickName(String nickName) { method getFriendRemark (line 186) | public String getFriendRemark() { method setFriendRemark (line 190) | public void setFriendRemark(String friendRemark) { method getFaceUrl (line 194) | public String getFaceUrl() { method setFaceUrl (line 198) | public void setFaceUrl(String faceUrl) { method getNameCard (line 202) | public String getNameCard() { method setNameCard (line 206) | public void setNameCard(String nameCard) { method getGroupID (line 210) | public String getGroupID() { method setGroupID (line 214) | public void setGroupID(String groupID) { method getUserID (line 218) | public String getUserID() { method setUserID (line 222) | public void setUserID(String userID) { method getStatus (line 226) | public Integer getStatus() { method setStatus (line 230) | public void setStatus(Integer status) { method getElemType (line 234) | public Integer getElemType() { method setElemType (line 238) | public void setElemType(Integer elemType) { method getLocalCustomData (line 242) | public String getLocalCustomData() { method setLocalCustomData (line 246) | public void setLocalCustomData(String localCustomData) { method getLocalCustomInt (line 250) | public Integer getLocalCustomInt() { method setLocalCustomInt (line 254) | public void setLocalCustomInt(Integer localCustomInt) { method getSelf (line 258) | public Boolean getSelf() { method setSelf (line 262) | public void setSelf(Boolean self) { method getRead (line 266) | public Boolean getRead() { method setRead (line 270) | public void setRead(Boolean read) { method getPeerRead (line 274) | public Boolean getPeerRead() { method setPeerRead (line 278) | public void setPeerRead(Boolean peerRead) { method getPriority (line 282) | public Integer getPriority() { method setPriority (line 286) | public void setPriority(Integer priority) { method getOfflinePushInfo (line 290) | public V2TIMOfflinePushInfo getOfflinePushInfo() { method setOfflinePushInfo (line 294) | public void setOfflinePushInfo(V2TIMOfflinePushInfo offlinePushInfo) { method getGroupAtUserList (line 298) | public List getGroupAtUserList() { method setGroupAtUserList (line 302) | public void setGroupAtUserList(List groupAtUserList) { method getSeq (line 306) | public Long getSeq() { method setSeq (line 310) | public void setSeq(Long seq) { method getNote (line 314) | public String getNote() { method setNote (line 318) | public void setNote(String note) { method getNode (line 322) | public AbstractMessageEntity getNode() { method setNode (line 326) | public void setNode(AbstractMessageEntity node) { method getRandom (line 330) | public long getRandom() { method setRandom (line 334) | public void setRandom(long random) { FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/FindFriendApplicationEntity.java class FindFriendApplicationEntity (line 6) | public class FindFriendApplicationEntity { method getUserID (line 17) | public String getUserID() { method setUserID (line 21) | public void setUserID(String userID) { method getType (line 25) | public int getType() { method setType (line 29) | public void setType(int type) { FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/FindGroupApplicationEntity.java class FindGroupApplicationEntity (line 6) | public class FindGroupApplicationEntity { method getFromUser (line 17) | public String getFromUser() { method setFromUser (line 21) | public void setFromUser(String fromUser) { method getGroupID (line 25) | public String getGroupID() { method setGroupID (line 29) | public void setGroupID(String groupID) { FILE: android/src/main/java/top/huic/tencent_im_plugin/entity/FindMessageEntity.java class FindMessageEntity (line 6) | public class FindMessageEntity { method FindMessageEntity (line 12) | public FindMessageEntity() { method FindMessageEntity (line 15) | public FindMessageEntity(String msgId) { method getMsgId (line 19) | public String getMsgId() { method setMsgId (line 23) | public void setMsgId(String msgId) { FILE: android/src/main/java/top/huic/tencent_im_plugin/enums/ListenerTypeEnum.java type ListenerTypeEnum (line 6) | public enum ListenerTypeEnum { FILE: android/src/main/java/top/huic/tencent_im_plugin/enums/MessageNodeType.java type MessageNodeType (line 22) | public enum MessageNodeType { method getElemByMessage (line 27) | @Override method getElemByMessage (line 37) | @Override method getElemByMessage (line 47) | @Override method getElemByMessage (line 57) | @Override method getElemByMessage (line 67) | @Override method getElemByMessage (line 77) | @Override method getElemByMessage (line 87) | @Override method getElemByMessage (line 97) | @Override method getElemByMessage (line 107) | @Override method getElemByMessage (line 117) | @Override method MessageNodeType (line 129) | MessageNodeType(AbstractMessageNode messageNodeInterface) { method getMessageNodeInterface (line 136) | public AbstractMessageNode getMessageNodeInterface() { method getElemByMessage (line 146) | public abstract V2TIMElem getElemByMessage(V2TIMMessage message); method getMessageNodeTypeByV2TIMConstant (line 154) | public static MessageNodeType getMessageNodeTypeByV2TIMConstant(int co... FILE: android/src/main/java/top/huic/tencent_im_plugin/listener/CustomAdvancedMsgListener.java class CustomAdvancedMsgListener (line 16) | public class CustomAdvancedMsgListener extends V2TIMAdvancedMsgListener { method onRecvNewMessage (line 20) | @Override method onRecvC2CReadReceipt (line 29) | @Override method onRecvMessageRevoked (line 38) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/listener/CustomConversationListener.java class CustomConversationListener (line 16) | public class CustomConversationListener extends V2TIMConversationListener { method onSyncServerStart (line 20) | @Override method onSyncServerFinish (line 29) | @Override method onSyncServerFailed (line 38) | @Override method onNewConversation (line 47) | @Override method onConversationChanged (line 60) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/listener/CustomFriendshipListener.java class CustomFriendshipListener (line 15) | public class CustomFriendshipListener extends V2TIMFriendshipListener { method onFriendApplicationListAdded (line 22) | @Override method onFriendApplicationListDeleted (line 36) | @Override method onFriendApplicationListRead (line 45) | @Override method onFriendListAdded (line 54) | @Override method onFriendListDeleted (line 66) | @Override method onBlackListAdd (line 75) | @Override method onBlackListDeleted (line 84) | @Override method onFriendInfoChanged (line 93) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/listener/CustomGroupListener.java class CustomGroupListener (line 18) | public class CustomGroupListener extends V2TIMGroupListener { method onMemberEnter (line 22) | @Override method onMemberLeave (line 36) | @Override method onMemberInvited (line 50) | @Override method onMemberKicked (line 65) | @Override method onMemberInfoChanged (line 80) | @Override method onGroupCreated (line 94) | @Override method onGroupDismissed (line 103) | @Override method onGroupRecycled (line 117) | @Override method onGroupInfoChanged (line 131) | @Override method onReceiveJoinApplication (line 145) | @Override method onApplicationProcessed (line 160) | @Override method onGrantAdministrator (line 176) | @Override method onRevokeAdministrator (line 191) | @Override method onQuitFromGroup (line 206) | @Override method onReceiveRESTCustomData (line 215) | @Override method onGroupAttributeChanged (line 229) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/listener/CustomSDKListener.java class CustomSDKListener (line 14) | public class CustomSDKListener extends V2TIMSDKListener { method onConnecting (line 18) | @Override method onConnectSuccess (line 27) | @Override method onConnectFailed (line 36) | @Override method onKickedOffline (line 50) | @Override method onSelfInfoUpdated (line 59) | @Override method onUserSigExpired (line 68) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/listener/CustomSignalingListener.java class CustomSignalingListener (line 14) | public class CustomSignalingListener extends V2TIMSignalingListener { method onReceiveNewInvitation (line 18) | @Override method onInviteeAccepted (line 35) | @Override method onInviteeRejected (line 50) | @Override method onInvitationCancelled (line 65) | @Override method onInvitationTimeout (line 80) | @Override FILE: android/src/main/java/top/huic/tencent_im_plugin/message/AbstractMessageNode.java class AbstractMessageNode (line 12) | public abstract class AbstractMessageNode getEntityClass(); FILE: android/src/main/java/top/huic/tencent_im_plugin/message/CustomMessageNode.java class CustomMessageNode (line 12) | public class CustomMessageNode extends AbstractMessageNode getMemberList() { method setMemberList (line 97) | public void setMemberList(List memberList) { method getGroupChangeInfoList (line 101) | public List getGroupChangeInfoList() { method setGroupChangeInfoList (line 105) | public void setGroupChangeInfoList(List groupCha... method getMemberChangeInfoList (line 109) | public List getMemberChangeInfoList() { method setMemberChangeInfoList (line 113) | public void setMemberChangeInfoList(List m... method getMemberCount (line 117) | public int getMemberCount() { method setMemberCount (line 121) | public void setMemberCount(int memberCount) { FILE: android/src/main/java/top/huic/tencent_im_plugin/message/entity/ImageMessageEntity.java class ImageMessageEntity (line 14) | public class ImageMessageEntity extends AbstractMessageEntity { method ImageMessageEntity (line 25) | public ImageMessageEntity() { method ImageMessageEntity (line 29) | public ImageMessageEntity(V2TIMImageElem elem) { method getPath (line 35) | public String getPath() { method setPath (line 39) | public void setPath(String path) { method getImageData (line 43) | public List getImageData() { method setImageData (line 47) | public void setImageData(List imageData) { FILE: android/src/main/java/top/huic/tencent_im_plugin/message/entity/LocationMessageEntity.java class LocationMessageEntity (line 12) | public class LocationMessageEntity extends AbstractMessageEntity { method LocationMessageEntity (line 28) | public LocationMessageEntity() { method LocationMessageEntity (line 32) | public LocationMessageEntity(V2TIMLocationElem elem) { method getDesc (line 39) | public String getDesc() { method setDesc (line 43) | public void setDesc(String desc) { method getLatitude (line 47) | public double getLatitude() { method setLatitude (line 51) | public void setLatitude(double latitude) { method getLongitude (line 55) | public double getLongitude() { method setLongitude (line 59) | public void setLongitude(double longitude) { FILE: android/src/main/java/top/huic/tencent_im_plugin/message/entity/SoundMessageEntity.java class SoundMessageEntity (line 12) | public class SoundMessageEntity extends AbstractMessageEntity { method SoundMessageEntity (line 34) | public SoundMessageEntity() { method SoundMessageEntity (line 38) | public SoundMessageEntity(V2TIMSoundElem elem) { method getPath (line 46) | public String getPath() { method setPath (line 50) | public void setPath(String path) { method getDuration (line 54) | public Integer getDuration() { method setDuration (line 58) | public void setDuration(Integer duration) { method getDataSize (line 62) | public Integer getDataSize() { method setDataSize (line 66) | public void setDataSize(Integer dataSize) { method getUuid (line 70) | public String getUuid() { method setUuid (line 74) | public void setUuid(String uuid) { FILE: android/src/main/java/top/huic/tencent_im_plugin/message/entity/TextMessageEntity.java class TextMessageEntity (line 14) | public class TextMessageEntity extends AbstractMessageEntity { method TextMessageEntity (line 30) | public TextMessageEntity() { method TextMessageEntity (line 34) | public TextMessageEntity(V2TIMTextElem elem) { method getContent (line 39) | public String getContent() { method setContent (line 43) | public void setContent(String content) { method getAtUserList (line 47) | public List getAtUserList() { method setAtUserList (line 51) | public void setAtUserList(List atUserList) { method getAtAll (line 55) | public Boolean getAtAll() { method setAtAll (line 59) | public void setAtAll(Boolean atAll) { FILE: android/src/main/java/top/huic/tencent_im_plugin/message/entity/VideoMessageEntity.java class VideoMessageEntity (line 14) | public class VideoMessageEntity extends AbstractMessageEntity implements... method VideoMessageEntity (line 52) | public VideoMessageEntity() { method VideoMessageEntity (line 56) | public VideoMessageEntity(V2TIMVideoElem elem) { method getVideoPath (line 69) | public String getVideoPath() { method setVideoPath (line 73) | public void setVideoPath(String videoPath) { method getVideoUuid (line 77) | public String getVideoUuid() { method setVideoUuid (line 81) | public void setVideoUuid(String videoUuid) { method getVideoSize (line 85) | public int getVideoSize() { method setVideoSize (line 89) | public void setVideoSize(int videoSize) { method getDuration (line 93) | public int getDuration() { method setDuration (line 97) | public void setDuration(int duration) { method getSnapshotPath (line 101) | public String getSnapshotPath() { method setSnapshotPath (line 105) | public void setSnapshotPath(String snapshotPath) { method getSnapshotUuid (line 109) | public String getSnapshotUuid() { method setSnapshotUuid (line 113) | public void setSnapshotUuid(String snapshotUuid) { method getSnapshotSize (line 117) | public int getSnapshotSize() { method setSnapshotSize (line 121) | public void setSnapshotSize(int snapshotSize) { method getSnapshotWidth (line 125) | public int getSnapshotWidth() { method setSnapshotWidth (line 129) | public void setSnapshotWidth(int snapshotWidth) { method getSnapshotHeight (line 133) | public int getSnapshotHeight() { method setSnapshotHeight (line 137) | public void setSnapshotHeight(int snapshotHeight) { FILE: android/src/main/java/top/huic/tencent_im_plugin/util/BeanUtils.java class BeanUtils (line 12) | public class BeanUtils { method copyProperties (line 20) | public static void copyProperties(Object source, Object target, String... FILE: android/src/main/java/top/huic/tencent_im_plugin/util/CommonUtil.java class CommonUtil (line 12) | public class CommonUtil { method getParam (line 25) | public static T getParam(MethodCall methodCall, MethodChannel.Resu... method runMainThreadReturn (line 40) | public static void runMainThreadReturn(final MethodChannel.Result resu... method runMainThreadReturnError (line 57) | public static void runMainThreadReturnError(final MethodChannel.Result... method runMainThreadMethod (line 69) | public static void runMainThreadMethod(Runnable runnable){ FILE: android/src/main/java/top/huic/tencent_im_plugin/util/JsonUtil.java class JsonUtil (line 11) | public class JsonUtil { method process (line 16) | @Override method toJSONString (line 31) | public static String toJSONString(Object data) { FILE: android/src/main/java/top/huic/tencent_im_plugin/util/TencentImUtils.java class TencentImUtils (line 24) | public class TencentImUtils { method getFriendApplicationByFindGroupApplicationEntity (line 32) | public static void getFriendApplicationByFindGroupApplicationEntity(St... method getFriendApplicationByFindGroupApplicationEntity (line 42) | public static void getFriendApplicationByFindGroupApplicationEntity(fi... method getGroupApplicationByFindGroupApplicationEntity (line 70) | public static void getGroupApplicationByFindGroupApplicationEntity(Str... method getGroupApplicationByFindGroupApplicationEntity (line 80) | public static void getGroupApplicationByFindGroupApplicationEntity(fin... method getMessageByFindMessageEntity (line 108) | public static void getMessageByFindMessageEntity(String json, ValueCal... method getMessageByFindMessageEntity (line 118) | public static void getMessageByFindMessageEntity(final FindMessageEnti... method getMessageByFindMessageEntity (line 142) | public static void getMessageByFindMessageEntity(List { method build (line 17) | Widget build(BuildContext context) FILE: example/lib/page/chat.dart class Chat (line 28) | class Chat extends StatefulWidget { method createState (line 30) | _ChatState createState() class _ChatState (line 33) | class _ChatState extends State { method initState (line 50) | void initState() method dispose (line 64) | void dispose() method build (line 304) | Widget build(BuildContext context) FILE: example/lib/page/home.dart class HomePage (line 6) | class HomePage extends StatefulWidget { method createState (line 8) | _HomePageState createState() class _HomePageState (line 11) | class _HomePageState extends State { method initState (line 13) | void initState() method build (line 19) | Widget build(BuildContext context) FILE: example/lib/page/interfaces_test.dart type TestCallback (line 18) | typedef TestCallback = Future Function(); class InterfacesTest (line 21) | class InterfacesTest extends StatefulWidget { method createState (line 23) | _InterfacesTestState createState() class _InterfacesTestState (line 26) | class _InterfacesTestState extends State { method initState (line 227) | void initState() method dispose (line 237) | void dispose() method build (line 276) | Widget build(BuildContext context) FILE: example/lib/page/login.dart class Login (line 7) | class Login extends StatefulWidget { method createState (line 9) | _LoginState createState() class _LoginState (line 12) | class _LoginState extends State { method initState (line 19) | void initState() method build (line 41) | Widget build(BuildContext context) FILE: example/lib/page/main/components/conversation.dart class Conversation (line 10) | class Conversation extends StatefulWidget { method createState (line 12) | _ConversationState createState() class _ConversationState (line 15) | class _ConversationState extends State { method initState (line 23) | void initState() method dispose (line 33) | void dispose() method _onRefresh (line 46) | Future _onRefresh() method build (line 58) | Widget build(BuildContext context) FILE: example/lib/page/main/components/friend.dart class Friend (line 13) | class Friend extends StatefulWidget { method createState (line 15) | _FriendState createState() class _FriendState (line 18) | class _FriendState extends State { method initState (line 26) | void initState() method dispose (line 36) | void dispose() method _onRefresh (line 49) | Future _onRefresh() method build (line 54) | Widget build(BuildContext context) FILE: example/lib/page/main/components/group.dart class Group (line 8) | class Group extends StatefulWidget { method createState (line 10) | _GroupState createState() class _GroupState (line 13) | class _GroupState extends State { method initState (line 21) | void initState() method dispose (line 31) | void dispose() method _onRefresh (line 40) | Future _onRefresh() method build (line 46) | Widget build(BuildContext context) FILE: example/lib/page/main/main.dart class Main (line 15) | class Main extends StatefulWidget { method createState (line 17) | _MainState createState() class _MainState (line 20) | class _MainState extends State
{ method initState (line 28) | void initState() method _startConversation (line 52) | void _startConversation() method _startGroupChat (line 69) | void _startGroupChat() method _startAddFriend (line 92) | void _startAddFriend() method _showDialog (line 115) | Future _showDialog(String title, Widget child) method build (line 136) | Widget build(BuildContext context) class GroupSelect (line 198) | class GroupSelect extends StatefulWidget { method createState (line 216) | _GroupSelectState createState() class _GroupSelectState (line 219) | class _GroupSelectState extends State { method build (line 224) | Widget build(BuildContext context) FILE: example/lib/utils/GenerateTestUserSig.dart class GenerateTestUserSig (line 11) | class GenerateTestUserSig { method genSig (line 17) | String genSig({ method _getCurrentTime (line 44) | int _getCurrentTime() method _hmacsha256 (line 48) | String _hmacsha256({ method _escape (line 62) | String _escape({ FILE: example/test/widget_test.dart function main (line 13) | void main() FILE: lib/entity/conversation_entity.dart class ConversationEntity (line 10) | class ConversationEntity { FILE: lib/entity/conversation_result_entity.dart class ConversationResultEntity (line 7) | class ConversationResultEntity { FILE: lib/entity/download_progress_entity.dart class DownloadProgressEntity (line 6) | class DownloadProgressEntity { FILE: lib/entity/error_entity.dart class ErrorEntity (line 4) | class ErrorEntity { FILE: lib/entity/find_friend_application_entity.dart class FindFriendApplicationEntity (line 5) | class FindFriendApplicationEntity { method toJson (line 22) | Map toJson() FILE: lib/entity/find_group_application_entity.dart class FindGroupApplicationEntity (line 2) | class FindGroupApplicationEntity { method toJson (line 14) | Map toJson() FILE: lib/entity/find_message_entity.dart class FindMessageEntity (line 2) | class FindMessageEntity { method toJson (line 10) | Map toJson() FILE: lib/entity/friend_add_application_entity.dart class FriendAddApplicationEntity (line 4) | class FriendAddApplicationEntity { method toJson (line 28) | Map toJson() FILE: lib/entity/friend_application_entity.dart class FriendApplicationEntity (line 5) | class FriendApplicationEntity { FILE: lib/entity/friend_application_result_entity.dart class FriendApplicationResultEntity (line 6) | class FriendApplicationResultEntity { FILE: lib/entity/friend_check_result_entity.dart class FriendCheckResultEntity (line 5) | class FriendCheckResultEntity { FILE: lib/entity/friend_group_entity.dart class FriendGroupEntity (line 4) | class FriendGroupEntity { FILE: lib/entity/friend_info_entity.dart class FriendInfoEntity (line 5) | class FriendInfoEntity { method toJson (line 36) | Map toJson() FILE: lib/entity/friend_info_result_entity.dart class FriendInfoResultEntity (line 6) | class FriendInfoResultEntity { FILE: lib/entity/friend_operation_result_entity.dart class FriendOperationResultEntity (line 4) | class FriendOperationResultEntity { FILE: lib/entity/group_administrator_op_entity.dart class GroupAdministratorOpEntity (line 6) | class GroupAdministratorOpEntity { FILE: lib/entity/group_application_entity.dart class GroupApplicationEntity (line 7) | class GroupApplicationEntity { FILE: lib/entity/group_application_processed_entity.dart class GroupApplicationProcessedEntity (line 5) | class GroupApplicationProcessedEntity { FILE: lib/entity/group_application_result_entity.dart class GroupApplicationResultEntity (line 6) | class GroupApplicationResultEntity { FILE: lib/entity/group_at_info_entity.dart class GroupAtInfoEntity (line 5) | class GroupAtInfoEntity { FILE: lib/entity/group_attribute_changed_entity.dart class GroupAttributeChangedEntity (line 4) | class GroupAttributeChangedEntity { FILE: lib/entity/group_changed_entity.dart class GroupChangedEntity (line 6) | class GroupChangedEntity { class GroupChangedInfoEntity (line 24) | class GroupChangedInfoEntity { FILE: lib/entity/group_create_member_entity.dart class GroupCreateMemberEntity (line 4) | class GroupCreateMemberEntity { method toJson (line 16) | Map toJson() FILE: lib/entity/group_dismissed_or_recycled_entity.dart class GroupDismissedOrRecycledEntity (line 5) | class GroupDismissedOrRecycledEntity { FILE: lib/entity/group_info_entity.dart class GroupInfoEntity (line 8) | class GroupInfoEntity { method toJson (line 117) | Map toJson() FILE: lib/entity/group_info_result_entity.dart class GroupInfoResultEntity (line 5) | class GroupInfoResultEntity { FILE: lib/entity/group_member_changed_entity.dart class GroupMemberChangedEntity (line 5) | class GroupMemberChangedEntity { class GroupMemberChangedInfoEntity (line 23) | class GroupMemberChangedInfoEntity { FILE: lib/entity/group_member_enter_entity.dart class GroupMemberEnterEntity (line 6) | class GroupMemberEnterEntity { FILE: lib/entity/group_member_entity.dart class GroupMemberEntity (line 5) | class GroupMemberEntity { method toJson (line 52) | Map toJson() FILE: lib/entity/group_member_info_result_entity.dart class GroupMemberInfoResultEntity (line 6) | class GroupMemberInfoResultEntity { FILE: lib/entity/group_member_invited_or_kicked_entity.dart class GroupMemberInvitedOrKickedEntity (line 6) | class GroupMemberInvitedOrKickedEntity { FILE: lib/entity/group_member_leave_entity.dart class GroupMemberLeaveEntity (line 5) | class GroupMemberLeaveEntity { FILE: lib/entity/group_member_operation_result_entity.dart class GroupMemberOperationResultEntity (line 5) | class GroupMemberOperationResultEntity { FILE: lib/entity/group_receive_join_application_entity.dart class GroupReceiveJoinApplicationEntity (line 5) | class GroupReceiveJoinApplicationEntity { FILE: lib/entity/group_receive_rest_entity.dart class GroupReceiveRESTEntity (line 4) | class GroupReceiveRESTEntity { FILE: lib/entity/message_entity.dart class MessageEntity (line 9) | class MessageEntity { method toJson (line 142) | Map toJson() FILE: lib/entity/message_receipt_entity.dart class MessageReceiptEntity (line 4) | class MessageReceiptEntity { FILE: lib/entity/message_search_param.dart class MessageSearchParam (line 8) | class MessageSearchParam { method toRawJson (line 50) | String toRawJson() method toJson (line 64) | Map toJson() FILE: lib/entity/message_send_fail_entity.dart class MessageSendFailEntity (line 4) | class MessageSendFailEntity { FILE: lib/entity/message_send_progress_entity.dart class MessageSendProgressEntity (line 4) | class MessageSendProgressEntity { FILE: lib/entity/offline_push_info_entity.dart class OfflinePushInfoEntity (line 4) | class OfflinePushInfoEntity { method toJson (line 49) | Map toJson() FILE: lib/entity/signaling_common_entity.dart class SignalingCommonEntity (line 4) | class SignalingCommonEntity { FILE: lib/entity/signaling_info_entity.dart class SignalingInfoEntity (line 8) | class SignalingInfoEntity { method toJson (line 65) | Map toJson() FILE: lib/entity/user_entity.dart class UserEntity (line 7) | class UserEntity { method toJson (line 63) | Map toJson() FILE: lib/entity_factory.dart class EntityFactory (line 22) | class EntityFactory { method generateOBJ (line 23) | T? generateOBJ(json) FILE: lib/enums/conversation_type_enum.dart type ConversationTypeEnum (line 2) | enum ConversationTypeEnum { class ConversationTypeTool (line 13) | class ConversationTypeTool { method getByInt (line 17) | ConversationTypeEnum getByInt(int index) method toInt (line 21) | int toInt(ConversationTypeEnum level) FILE: lib/enums/download_type_enum.dart type DownloadTypeEnum (line 2) | enum DownloadTypeEnum { class DownloadTypeTool (line 16) | class DownloadTypeTool { method getByInt (line 20) | DownloadTypeEnum getByInt(int index) method toInt (line 23) | int toInt(DownloadTypeEnum level) FILE: lib/enums/friend_application_agree_type_enum.dart type FriendApplicationAgreeTypeEnum (line 2) | enum FriendApplicationAgreeTypeEnum { class FriendApplicationAgreeTypeTool (line 10) | class FriendApplicationAgreeTypeTool { method getByInt (line 14) | FriendApplicationAgreeTypeEnum getByInt(int index) method toInt (line 18) | int toInt(FriendApplicationAgreeTypeEnum level) FILE: lib/enums/friend_application_type_enum.dart type FriendApplicationTypeEnum (line 2) | enum FriendApplicationTypeEnum { class FriendApplicationTypeTool (line 12) | class FriendApplicationTypeTool { method getByInt (line 16) | FriendApplicationTypeEnum getByInt(int index) method toInt (line 20) | int toInt(FriendApplicationTypeEnum level) FILE: lib/enums/friend_relation_type_enum.dart type FriendRelationTypeEnum (line 2) | enum FriendRelationTypeEnum { class FriendRelationTypeTool (line 14) | class FriendRelationTypeTool { method getByInt (line 18) | FriendRelationTypeEnum getByInt(int index) method toInt (line 22) | int toInt(FriendRelationTypeEnum level) FILE: lib/enums/friend_status_enum.dart type FriendStatusEnum (line 2) | enum FriendStatusEnum { class FriendStatusEnumTool (line 29) | class FriendStatusEnumTool { method getEnumByIndex (line 31) | FriendStatusEnum? getEnumByIndex(index) method getIndexByEnum (line 55) | int? getIndexByEnum(e) FILE: lib/enums/friend_type_enum.dart type FriendTypeEnum (line 2) | enum FriendTypeEnum { class FriendTypeTool (line 10) | class FriendTypeTool { method getByInt (line 14) | FriendTypeEnum getByInt(int index) method toInt (line 17) | int toInt(FriendTypeEnum level) FILE: lib/enums/get_message_type_enum.dart type GetMessageTypeEnum (line 2) | enum GetMessageTypeEnum { class GetMessageTypeTool (line 14) | class GetMessageTypeTool { method getByInt (line 18) | GetMessageTypeEnum getByInt(int index) method toInt (line 22) | int toInt(GetMessageTypeEnum level) FILE: lib/enums/group_add_opt_enum.dart type GroupAddOptEnum (line 2) | enum GroupAddOptEnum { class GroupAddOptTool (line 13) | class GroupAddOptTool { method getByInt (line 17) | GroupAddOptEnum getByInt(int index) method toInt (line 20) | int toInt(GroupAddOptEnum level) FILE: lib/enums/group_application_handler_result_enum.dart type GroupApplicationHandlerResultEnum (line 2) | enum GroupApplicationHandlerResultEnum { class GroupApplicationHandlerResultTool (line 10) | class GroupApplicationHandlerResultTool { method getByInt (line 14) | GroupApplicationHandlerResultEnum getByInt(int index) method toInt (line 18) | int toInt(GroupApplicationHandlerResultEnum level) FILE: lib/enums/group_application_handler_status_enum.dart type GroupApplicationHandlerStatusEnum (line 2) | enum GroupApplicationHandlerStatusEnum { class GroupApplicationHandlerStatusTool (line 13) | class GroupApplicationHandlerStatusTool { method getByInt (line 17) | GroupApplicationHandlerStatusEnum getByInt(int index) method toInt (line 21) | int toInt(GroupApplicationHandlerStatusEnum level) FILE: lib/enums/group_application_type_enum.dart type GroupApplicationTypeEnum (line 2) | enum GroupApplicationTypeEnum { class GroupApplicationTypeTool (line 10) | class GroupApplicationTypeTool { method getByInt (line 14) | GroupApplicationTypeEnum getByInt(int index) method toInt (line 18) | int toInt(GroupApplicationTypeEnum level) FILE: lib/enums/group_at_type_enum.dart type GroupAtTypeEnum (line 2) | enum GroupAtTypeEnum { class GroupAtTypeTool (line 16) | class GroupAtTypeTool { method getByInt (line 20) | GroupAtTypeEnum getByInt(int index) method toInt (line 23) | int toInt(GroupAtTypeEnum level) FILE: lib/enums/group_info_changed_type_enum.dart type GroupInfoChangedTypeEnum (line 2) | enum GroupInfoChangedTypeEnum { class GroupInfoChangedTypeTool (line 25) | class GroupInfoChangedTypeTool { method getByInt (line 29) | GroupInfoChangedTypeEnum getByInt(int index) method toInt (line 33) | int toInt(GroupInfoChangedTypeEnum level) FILE: lib/enums/group_member_filter_enum.dart type GroupMemberFilterEnum (line 2) | enum GroupMemberFilterEnum { class GroupMemberFilterTool (line 16) | class GroupMemberFilterTool { method getByInt (line 20) | GroupMemberFilterEnum getByInt(int index) method toInt (line 35) | int toInt(GroupMemberFilterEnum role) FILE: lib/enums/group_member_role_enum.dart type GroupMemberRoleEnum (line 2) | enum GroupMemberRoleEnum { class GroupMemberRoleTool (line 16) | class GroupMemberRoleTool { method getByInt (line 20) | GroupMemberRoleEnum getByInt(int index) method toInt (line 35) | int toInt(GroupMemberRoleEnum role) FILE: lib/enums/group_system_type.dart type GroupSystemType (line 2) | enum GroupSystemType { class GroupSystemTypeTool (line 21) | class GroupSystemTypeTool { method intToGroupSystemType (line 23) | GroupSystemType? intToGroupSystemType(int value) FILE: lib/enums/group_tips_group_info_type.dart type GroupTipsGroupInfoType (line 2) | enum GroupTipsGroupInfoType { FILE: lib/enums/group_tips_type_enum.dart type GroupTipsTypeEnum (line 2) | enum GroupTipsTypeEnum { class GroupTipsTypeTool (line 32) | class GroupTipsTypeTool { method getByInt (line 36) | GroupTipsTypeEnum getByInt(int index) method toInt (line 40) | int toInt(GroupTipsTypeEnum data) FILE: lib/enums/group_type_enum.dart type GroupTypeEnum (line 4) | enum GroupTypeEnum { class GroupTypeTool (line 18) | class GroupTypeTool { method getByString (line 22) | GroupTypeEnum? getByString(String type) method toTypeString (line 26) | String toTypeString(GroupTypeEnum type) FILE: lib/enums/image_type_enum.dart type ImageTypeEnum (line 6) | enum ImageTypeEnum { class ImageTypeTool (line 17) | class ImageTypeTool { method getByInt (line 21) | ImageTypeEnum getByInt(int /*!*/ index) method toInt (line 39) | int toInt(ImageTypeEnum data) FILE: lib/enums/log_print_level.dart type LogPrintLevel (line 2) | enum LogPrintLevel { class LogPrintLevelTool (line 10) | class LogPrintLevelTool { method toInt (line 12) | int? toInt(LogPrintLevel level) FILE: lib/enums/login_status_enum.dart type LoginStatusEnum (line 2) | enum LoginStatusEnum { class LoginStatusTool (line 11) | class LoginStatusTool { method getByInt (line 15) | LoginStatusEnum getByInt(int index) FILE: lib/enums/message_elem_type_enum.dart type MessageElemTypeEnum (line 13) | enum MessageElemTypeEnum { class MessageElemTypeTool (line 45) | class MessageElemTypeTool { method getByInt (line 49) | MessageElemTypeEnum getByInt(int index) method toInt (line 53) | int toInt(MessageElemTypeEnum level) method getMessageNodeByMessageNodeType (line 58) | MessageNode? getMessageNodeByMessageNodeType( FILE: lib/enums/message_priority_enum.dart type MessagePriorityEnum (line 2) | enum MessagePriorityEnum { class MessagePriorityTool (line 15) | class MessagePriorityTool { method getByInt (line 19) | MessagePriorityEnum getByInt(int index) method toInt (line 22) | int toInt(MessagePriorityEnum level) FILE: lib/enums/message_status_enum.dart type MessageStatusEnum (line 2) | enum MessageStatusEnum { class MessageStatusTool (line 25) | class MessageStatusTool { method getByInt (line 29) | MessageStatusEnum getByInt(int index) method toInt (line 50) | int toInt(MessageStatusEnum status) FILE: lib/enums/operation_result_enum.dart type OperationResultEnum (line 2) | enum OperationResultEnum { class OperationResultTool (line 16) | class OperationResultTool { method getByInt (line 20) | OperationResultEnum getByInt(int index) method toInt (line 24) | int toInt(OperationResultEnum level) FILE: lib/enums/pendency_examine_type_enum.dart type PendencyExamineTypeEnum (line 2) | enum PendencyExamineTypeEnum { class PendencyExamineTypeEnumTool (line 12) | class PendencyExamineTypeEnumTool { method getEnumByIndex (line 14) | PendencyExamineTypeEnum? getEnumByIndex(index) method getIndexByEnum (line 28) | int? getIndexByEnum(e) FILE: lib/enums/pendency_type_enum.dart type PendencyTypeEnum (line 2) | enum PendencyTypeEnum { class PendencyTypeTool (line 14) | class PendencyTypeTool { method getEnumByIndex (line 16) | PendencyTypeEnum? getEnumByIndex(index) method getIndexByEnum (line 30) | int? getIndexByEnum(e) FILE: lib/enums/receive_message_opt_enum.dart type ReceiveMessageOptEnum (line 2) | enum ReceiveMessageOptEnum { class ReceiveMessageOptTool (line 13) | class ReceiveMessageOptTool { method getByInt (line 17) | ReceiveMessageOptEnum getByInt(int index) method toInt (line 20) | int toInt(ReceiveMessageOptEnum level) FILE: lib/enums/signaling_action_type_enum.dart type SignalingActionTypeEnum (line 2) | enum SignalingActionTypeEnum { class SignalingActionTypeTool (line 15) | class SignalingActionTypeTool { method getByInt (line 19) | SignalingActionTypeEnum getByInt(int index) method toInt (line 23) | int toInt(SignalingActionTypeEnum level) FILE: lib/enums/sns_tips_type.dart type SnsTipsType (line 2) | enum SnsTipsType { FILE: lib/enums/tencent_im_listener_type_enum.dart type TencentImListenerTypeEnum (line 2) | enum TencentImListenerTypeEnum { FILE: lib/enums/user_allow_type_enum.dart type UserAllowTypeEnum (line 2) | enum UserAllowTypeEnum { class UserAllowTypeTool (line 11) | class UserAllowTypeTool { method getByInt (line 15) | UserAllowTypeEnum getByInt(int index) method toInt (line 19) | int toInt(UserAllowTypeEnum level) FILE: lib/enums/user_gender_enum.dart type UserGenderEnum (line 2) | enum UserGenderEnum { class UserGenderTool (line 11) | class UserGenderTool { method getByInt (line 15) | UserGenderEnum getByInt(int index) method toInt (line 18) | int toInt(UserGenderEnum level) FILE: lib/list_util.dart class ListUtil (line 5) | class ListUtil { method generateOBJList (line 7) | List generateOBJList(arr) FILE: lib/listener/tencent_im_plugin_listener.dart class TencentImPluginListener (line 32) | class TencentImPluginListener { method addListener (line 217) | void addListener(TencentImListenerValue func) method removeListener (line 222) | void removeListener(TencentImListenerValue func) type TencentImListenerValue (line 228) | typedef TencentImListenerValue

= void Function( FILE: lib/message_node/custom_message_node.dart class CustomMessageNode (line 5) | class CustomMessageNode extends MessageNode { method toJson (line 28) | Map toJson() FILE: lib/message_node/face_message_node.dart class FaceMessageNode (line 5) | class FaceMessageNode extends MessageNode { method toJson (line 24) | Map toJson() FILE: lib/message_node/file_message_node.dart class FileMessageNode (line 5) | class FileMessageNode extends MessageNode { method toJson (line 37) | Map toJson() FILE: lib/message_node/group_tips_message_node.dart class GroupTipsMessageNode (line 10) | class GroupTipsMessageNode extends MessageNode { FILE: lib/message_node/image_message_node.dart class ImageMessageNode (line 7) | class ImageMessageNode extends MessageNode { method toJson (line 34) | Map toJson() class ImageEntity (line 42) | class ImageEntity { FILE: lib/message_node/location_message_node.dart class LocationMessageNode (line 5) | class LocationMessageNode extends MessageNode { method toJson (line 29) | Map toJson() FILE: lib/message_node/message_node.dart class MessageNode (line 4) | class MessageNode { method toJson (line 10) | Map toJson() FILE: lib/message_node/sound_message_node.dart class SoundMessageNode (line 5) | class SoundMessageNode extends MessageNode { method toJson (line 38) | Map toJson() FILE: lib/message_node/text_message_node.dart class TextMessageNode (line 5) | class TextMessageNode extends MessageNode { method toJson (line 34) | Map toJson() FILE: lib/message_node/video_message_node.dart class VideoMessageNode (line 5) | class VideoMessageNode extends MessageNode { method toJson (line 72) | Map toJson() FILE: lib/tencent_im_plugin.dart class TencentImPlugin (line 41) | class TencentImPlugin { method _getConversationID (line 54) | String _getConversationID({String? conversationID, String? userID, Str... method initSDK (line 68) | initSDK({required String appid, LogPrintLevel logPrintLevel: LogPrintL... method unInitSDK (line 73) | unInitSDK() method getVersion (line 77) | Future getVersion() method getServerTime (line 81) | Future getServerTime() method login (line 86) | Future login({required String userID, required String userSig}) method logout (line 91) | Future logout() method getLoginStatus (line 95) | Future getLoginStatus() method getLoginUser (line 99) | Future getLoginUser() method invite (line 108) | Future invite({required String invitee, required String data,... method inviteInGroup (line 125) | Future inviteInGroup({required String groupID, required List<... method cancel (line 138) | Future cancel({required String inviteID, required String data}) method accept (line 148) | Future accept({required String inviteID, required String data}) method reject (line 158) | Future reject({required String inviteID, required String data}) method getSignalingInfo (line 168) | Future getSignalingInfo({required FindMessageEnti... method addInvitedSignaling (line 176) | Future addInvitedSignaling({required SignalingInfoEntity info}) method sendMessage (line 192) | Future sendMessage({ method resendMessage (line 227) | Future resendMessage({ method revokeMessage (line 254) | Future revokeMessage({required FindMessageEntity message}) method getHistoryMessageList (line 266) | Future> getHistoryMessageList({String? userID, Str... method getC2CHistoryMessageList (line 284) | Future> getC2CHistoryMessageList({required String ... method getGroupHistoryMessageList (line 299) | Future> getGroupHistoryMessageList({required Strin... method markMessageAsRead (line 313) | Future markMessageAsRead({String? userID, String? groupID}) method markC2CMessageAsRead (line 324) | Future markC2CMessageAsRead({required String userID}) method markGroupMessageAsRead (line 332) | Future markGroupMessageAsRead({required String groupID}) method deleteMessageFromLocalStorage (line 340) | Future deleteMessageFromLocalStorage({required FindMessageEntity... method deleteMessages (line 353) | Future deleteMessages({required List message}) method insertGroupMessageToLocalStorage (line 363) | Future insertGroupMessageToLocalStorage({required String groupID... method insertC2CMessageToLocalStorage (line 375) | Future insertC2CMessageToLocalStorage({required String userID, r... method downloadVideo (line 386) | Future downloadVideo({required FindMessageEntity message, requir... method downloadVideoThumbnail (line 396) | Future downloadVideoThumbnail({required FindMessageEntity messag... method downloadSound (line 406) | Future downloadSound({required FindMessageEntity message, requir... method downloadFile (line 416) | Future downloadFile({required FindMessageEntity message, require... method setMessageLocalCustomStr (line 426) | Future setMessageLocalCustomStr({required FindMessageEntity mess... method setMessageLocalCustomInt (line 436) | Future setMessageLocalCustomInt({required FindMessageEntity mess... method findMessages (line 445) | Future> findMessages({required List createGroup({required GroupInfoEntity info, List joinGroup({required String groupID, required String messa... method quitGroup (line 477) | Future quitGroup({required String groupID}) method dismissGroup (line 485) | Future dismissGroup({required String groupID}) method getJoinedGroupList (line 492) | Future> getJoinedGroupList() method getGroupsInfo (line 498) | Future> getGroupsInfo({required List setGroupInfo({required GroupInfoEntity info}) method searchGroups (line 517) | Future> searchGroups({required List searchGroupMembers({ method setC2CReceiveMessageOpt (line 554) | Future setC2CReceiveMessageOpt({required List ids, requi... method setGroupReceiveMessageOpt (line 561) | Future setGroupReceiveMessageOpt({required String groupID, requi... method getC2CReceiveMessageOpt (line 568) | Future> getC2CReceiveMessageOpt({re... method initGroupAttributes (line 583) | Future initGroupAttributes({required String groupID, required Ma... method setGroupAttributes (line 593) | Future setGroupAttributes({required String groupID, required Map... method deleteGroupAttributes (line 603) | Future deleteGroupAttributes({required String groupID, List> getGroupAttributes({required String groupI... method getGroupOnlineMemberCount (line 629) | Future getGroupOnlineMemberCount({required String groupID}) method getGroupMemberList (line 639) | Future getGroupMemberList({required Strin... method getGroupMembersInfo (line 650) | Future> getGroupMembersInfo({required String g... method setGroupMemberInfo (line 660) | Future setGroupMemberInfo({required String groupID, required Gro... method muteGroupMember (line 671) | Future muteGroupMember({required String groupID, required String... method inviteUserToGroup (line 682) | Future> inviteUserToGroup({requ... method kickGroupMember (line 693) | Future> kickGroupMember({requir... method setGroupMemberRole (line 705) | Future setGroupMemberRole({required String groupID, required Str... method transferGroupOwner (line 712) | Future transferGroupOwner({required String groupID, required Str... method getGroupApplicationList (line 717) | Future getGroupApplicationList() method acceptGroupApplication (line 724) | Future acceptGroupApplication({required FindGroupApplicationEnti... method refuseGroupApplication (line 731) | Future refuseGroupApplication({required FindGroupApplicationEnti... method setGroupApplicationRead (line 736) | Future setGroupApplicationRead() method getConversationList (line 743) | Future getConversationList({int nextSeq: 0, ... method getConversation (line 751) | Future getConversation({String? conversationID, St... method deleteConversation (line 759) | Future deleteConversation({String? conversationID, String? userI... method setConversationDraft (line 768) | Future setConversationDraft({String? conversationID, String? use... method pinConversation (line 780) | Future pinConversation({String? conversationID, String? userID, ... method getTotalUnreadMessageCount (line 786) | Future getTotalUnreadMessageCount() method getUsersInfo (line 790) | Future> getUsersInfo({required List userIDList}) method setSelfInfo (line 798) | Future setSelfInfo({required UserEntity info}) method addToBlackList (line 804) | Future> addToBlackList({ method deleteFromBlackList (line 812) | Future> deleteFromBlackList({ method getBlackList (line 819) | Future> getBlackList() method setOfflinePushConfig (line 828) | Future setOfflinePushConfig({required String token, required int... method setUnreadBadge (line 838) | Future setUnreadBadge({required int number}) method getFriendList (line 845) | Future> getFriendList() method getFriendsInfo (line 851) | Future> getFriendsInfo({required List setFriendInfo({required FriendInfoEntity info}) method addFriend (line 867) | Future addFriend({required FriendAddAppli... method deleteFromFriendList (line 876) | Future> deleteFromFriendList({requir... method checkFriend (line 886) | Future checkFriend({required String userID, r... method getFriendApplicationList (line 894) | Future getFriendApplicationList() method acceptFriendApplication (line 901) | Future acceptFriendApplication({required ... method refuseFriendApplication (line 910) | Future refuseFriendApplication({required ... method deleteFriendApplication (line 918) | Future deleteFriendApplication({required FindFriendApplicationEn... method setFriendApplicationRead (line 925) | Future setFriendApplicationRead() method createFriendGroup (line 932) | Future> createFriendGroup({required ... method getFriendGroups (line 941) | Future> getFriendGroups({List? groupNa... method deleteFriendGroup (line 952) | Future deleteFriendGroup({required List groupNameList}) method renameFriendGroup (line 961) | Future renameFriendGroup({required String oldName, required Stri... method addFriendsToFriendGroup (line 971) | Future> addFriendsToFriendGroup({req... method deleteFriendsFromFriendGroup (line 981) | Future> deleteFriendsFromFriendGroup... method searchLocalMessages (line 989) | Future searchLocalMessages({required MessageSearchParam param}) method addListener (line 994) | void addListener(TencentImListenerValue func) method removeListener (line 997) | void removeListener(TencentImListenerValue func) FILE: lib/utils/enum_util.dart class EnumUtil (line 2) | class EnumUtil { method getEnumName (line 4) | String getEnumName(enumObj) method nameOf (line 10) | T? nameOf(List array, String name)