NIM Unity SDK V2.6.0
|
类 | |
class | DataSyncAPI |
class | DataSyncNativeMethods |
枚举 | |
enum | NIMDataSyncType { kNIMDataSyncTypeUnreadMsg = 2 , kNIMDataSyncTypeTeamInfo = 3 , kNIMDataSyncTypeRoamMsg = 7 , kNIMDataSyncTypeTeamUserList = 1000 } |
数据同步类型 更多... | |
enum | NIMDataSyncStatus { kNIMDataSyncStatusComplete = 1 } |
数据同步状态 更多... | |
函数 | |
delegate void | DataSyncDelegate (NIMDataSyncType syncType, NIMDataSyncStatus status, string jsonAttachment) |