HyphenateSDK  3.1.4
Instance Methods | Class Methods | Properties | List of all members
EMChatroom Class Reference

#import <EMChatroom.h>

Inheritance diagram for EMChatroom:

Instance Methods

("Use +chatroomWithId:") - __deprecated_msg
 

Class Methods

(instancetype) + chatroomWithId:
 

Properties

NSString * chatroomId
 
NSString * subject
 
NSString * description
 
NSString * owner
 
NSInteger occupantsCount
 
NSInteger maxOccupantsCount
 
NSArray * occupants
 

Detailed Description

EMChatroom.h Chatroom

Author
Hyphenate
Version
3.00

Chatroom

Method Documentation

- ("Use +)chatroomWithId:

Initialize chatroom instance

Please use [+chatroomWithId:]

Returns
nil
+ (instancetype) chatroomWithId: (NSString *)  aChatroomId

Create chatroom instance

Parameters
aChatroomIdChatroom id
Returns
Chatroom instance

Property Documentation

- (NSString*) chatroomId
readnonatomiccopy

Chatroom id

- (NSString*) description
readnonatomiccopy

Description of chatroom

- (NSInteger) maxOccupantsCount
readnonatomicassign

The maximum number of members, will return 0 if have not ever fetched chatroom's specification

- (NSArray*) occupants
readnonatomiccopy

Member list of chatroom, need to fetch chatroom's specification

- (NSInteger) occupantsCount
readnonatomicassign

The current number of members, will return 0 if have not ever fetched chatroom's specification

- (NSString*) owner
readnonatomiccopy

Chatroom‘s owner, need to fetch chatroom's specification

A chatroom only has one owner

- (NSString*) subject
readnonatomiccopy

Subject of chatroom


The documentation for this class was generated from the following file: