====== Apple Doc ====== ---- ===== EMChatManager ===== ==== chat manager ==== * IChatManager.h: 登录、聊天、保存会话、加解密、多媒体支持等接口协议的集合。不同模块提供了不同的接口,不同模块的接口在internal中有详细介绍。 ==== delagates ==== * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerDelegate_h/index.html|EMChatManagerDelegate.h]]: ChatManager 的所有 delegate 的集合,不同模块有不同的回调接口类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerBuddyDelegate_h/index.html|EMChatManagerBuddyDelegate.h]]: 好友相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerChatDelegate_h/index.html|EMChatManagerChatDelegate.h]]: 发送和接收消息相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerEncryptionDelegate_h/index.html|EMChatManagerEncryptionDelegate.h]]: 加密相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerGroupDelegate_h/index.html|EMChatManagerGroupDelegate.h]]: 群组管理相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerLoginDelegate_h/index.html|EMChatManagerLoginDelegate.h]]: 登录、退出、注册相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerMediaDelegate_h/index.html|EMChatManagerMediaDelegate.h]]: 多媒体相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerPushNotificationDelegate_h/index.html|EMChatManagerPushNotificationDelegate.h]]: 离线推送相关的回调类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatManagerUtilDelegate_h/index.html|EMChatManagerUtilDelegate.h]]: 管理消息中中附件相关的回调类。 ==== internal ==== * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerBuddy_h/index.html|IChatManagerBuddy.h]]: 好友相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerChat_h/index.html|IChatManagerChat.h]]: 发送和接收消息相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerConversation_h/index.html|IChatManagerConversation.h]]: 会话相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerEncryption_h/index.html|IChatManagerEncryption.h]]: 加密相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerGroup_h/index.html|IChatManagerGroup.h]]: 群组管理相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerLogin_h/index.html|IChatManagerLogin.h]]: 登录、退出、注册相关的接口类 * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerMedia_h/index.html|IChatManagerMedia.h]]: 多媒体相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerPushNotification_h/index.html|IChatManagerPushNotification.h]]: 离线推送相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerSettingOptions_h/index.html|IChatManagerSettingOptions.h]]: 配置属性相关的接口类; * [[http://www.easemob.com/apidoc/ios/chat/IChatManagerUtil_h/index.html|IChatManagerUtil.h]]: 管理消息中附件相关的接口类。 ==== type ==== 好友 * [[http://www.easemob.com/apidoc/ios/chat/EMBuddy_h/index.html|EMBuddy.h]]: 好友实例对应的类。 会话 * [[http://www.easemob.com/apidoc/ios/chat/EMConversation_h/index.html|EMConversation.h]]: 会话实例对应的类。 群组 * [[http://www.easemob.com/apidoc/ios/chat/EMGroup_h/index.html|EMGroup.h]]: 群组实例对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMGroupStyleSetting_h/index.html|EMGroupStyleSetting.h]]: 群组属性设置对应的类。 回执 * [[http://www.easemob.com/apidoc/ios/chat/EMReceipt_h/index.html|EMReceipt.h]]: 回执实例对应的类。 消息 * [[http://www.easemob.com/apidoc/ios/chat/EMMessage_h/index.html|EMMessage.h]]: 消息实例对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMCommandMessageBody_h/index.html|EMCommandMessageBody.h]]: 透传类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMFileMessageBody_h/index.html|EMFileMessageBody.h]]: 文件类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMImageMessageBody_h/index.html|EMImageMessageBody.h]]: 图片类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMLocationMessageBody_h/index.html|EMLocationMessageBody.h]]: 位置类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMTextMessageBody_h/index.html|EMTextMessageBody.h]]: 文字类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMVideoMessageBody_h/index.html|EMVideoMessageBody.h]]: 视频类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMVoiceMessageBody_h/index.html|EMVoiceMessageBody.h]]: 语音类型消息体对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatCommand_h/index.html|EMChatCommand.h]]: 透传对象对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatFile_h/index.html|EMChatFile.h]]: 文件对象对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatImage_h/index.html|EMChatImage.h]]: 图片对象对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatLocation_h/index.html|EMChatLocation.h]]: 位置对象对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatText_h/index.html|EMChatText.h]]: 文字对象对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatVideo_h/index.html|EMChatVideo.h]]: 视频对象对应的类; * [[http://www.easemob.com/apidoc/ios/chat/EMChatVoice_h/index.html|EMChatVoice.h]]: 语音对象对应的类。 协议 * [[http://www.easemob.com/apidoc/ios/chat/IChatImageOptions_h/index.html|IChatImageOptions.h]]: 发送图片消息时的压缩设置协议; * [[http://www.easemob.com/apidoc/ios/chat/IEMChatCryptor_h/index.html|IEMChatCryptor.h]]: 对聊天提供基础的加密,解密服务协议; * [[http://www.easemob.com/apidoc/ios/chat/IEMChatObject_h/index.html|IEMChatObject.h]]: 聊天对象基类对象协议; * [[http://www.easemob.com/apidoc/ios/chat/IEMChatProgressDelegate_h/index.html|IEMChatProgressDelegate.h]]: 聊天消息发送接收进度协议; * [[http://www.easemob.com/apidoc/ios/chat/IEMFileMessageBody_h/index.html|IEMFileMessageBody.h]]: 文件类型的消息体接口协议; * [[http://www.easemob.com/apidoc/ios/chat/IEMChatFile_h/index.html|IEMChatFile.h]]: 文件类型的聊天对象协议; * [[http://www.easemob.com/apidoc/ios/chat/IEMMessageBody_h/index.html|IEMMessageBody.h]]: 聊天的消息体基类对象协议。 ===== EMCallManager ===== ==== call manager ==== * ICallManager.h: EMCallManager实现的接口类的集合。不同模块提供了不同的接口,不同模块的接口在internal中有详细介绍; * [[http://www.easemob.com/apidoc/ios/chat/EMCallServiceDefs_h/index.html|EMCallServiceDefs.h]]: 关于call manager的枚举类型的定义。 ==== delagates ==== * [[http://www.easemob.com/apidoc/ios/chat/EMCallManagerDelegate_h/index.html|EMCallManagerDelegate.h]]: CallManager的所有delegate的集合,不同模块有不同的回调接口类; * [[http://www.easemob.com/apidoc/ios/chat/EMCallManagerCallDelegate_h/index.html|EMCallManagerCallDelegate.h]]: 实时语音模块的回调接口类。 ==== internal ==== * [[http://www.easemob.com/apidoc/ios/chat/ICallManagerCall_h/index.html|ICallManagerCall.h]]: 实时语音模块的接口。 ==== type ==== * [[http://www.easemob.com/apidoc/ios/chat/EMCallSession_h/index.html|EMCallSession.h]]: 实时语音实例的模型类。 ===== 错误列表 ===== * [[start:450errorcode:30ioserrorcode|iOS API 常见错误码]] ---- 上一页:[[start:300iosclientintegration:130iosqa|iOS QA]] 下一页:[[start:300iosclientintegration:110release_note|iOS SDK更新日志]]