NIMSDK-iOS
载入中...
搜索中...
未找到
NIMRecentSession类 参考

#import <NIMRecentSession.h>

类 NIMRecentSession 继承关系图:

属性

NIMSessionsession
 
NIMMessagelastMessage
 
NSInteger unreadCount
 
NSDictionary * localExt
 
NSTimeInterval updateTime
 
NSString * serverExt
 
NIMLastMsgType lastMessageType
 
NIMRevokeMessageNotificationlastRevokeNotification
 

详细描述

最近会话

属性说明

◆ lastMessage

- (NIMMessage*) lastMessage
readwritenonatomicstrong

最后一条消息

◆ lastMessageType

- (NIMLastMsgType) lastMessageType
readnonatomicassign

最后一条消息的类型(本地会话该字段无效)

◆ lastRevokeNotification

- (NIMRevokeMessageNotification*) lastRevokeNotification
readnonatomicstrong

最后一条撤回通知(本地会话该字段无效) lastMessageType为NIMLastMsgTypeNormalMessage时,最后一条为普通消息,请使用lastMessage获取,本字段为nil lastMessageType为NIMLastMsgTypeRevokeNotication时,lastMessage字段为nil,最后一条为撤回通知,请使用本字段获取

◆ localExt

- (NSDictionary*) localExt
readnonatomiccopy

本地扩展

◆ serverExt

- (NSString*) serverExt
readwritenonatomiccopy

会话服务扩展字段(本地会话该字段无效)

◆ session

- (NIMSession*) session
readnonatomiccopy

当前会话

◆ unreadCount

- (NSInteger) unreadCount
readnonatomicassign

未读消息数

◆ updateTime

- (NSTimeInterval) updateTime
readnonatomicassign

服务端会话的最新更新时间,本地会话无效


该类的文档由以下文件生成: