AgoraChatSDK 1.0.7
Properties | List of all members
AgoraChatThread Class Reference
Inheritance diagram for AgoraChatThread:

Properties

NSString * threadId
 
NSString * threadName
 
NSString * owner
 
NSString * messageId
 
NSString * parentId
 
int membersCount
 
int messageCount
 
int createAt
 
AgoraChatMessagelastMessage
 

Property Documentation

◆ createAt

- (int) createAt
readatomicassign

Timestamp of subarea creation

◆ lastMessage

- (AgoraChatMessage*) lastMessage
readatomicassign

The last message in the sub-area, if it is empty, it means the last message is withdrawn. If it is not empty, it means a new message.

◆ membersCount

- (int) membersCount
readatomicassign

Member list of the sub-zone, require fetch thread's detail first

◆ messageCount

- (int) messageCount
readatomicassign

Number of messages in subsection

◆ messageId

- (NSString*) messageId
readatomicassign

A messageId that create sub-zone

◆ owner

- (NSString*) owner
readatomicassign

create of the sub-zone, require fetch thread's detail first

◆ parentId

- (NSString*) parentId
readatomicassign

A channelId that create sub-zone

◆ threadId

- (NSString*) threadId
readatomicassign

sub-zone id

◆ threadName

- (NSString*) threadName
readwritenonatomicstrong

Subject of the sub-zone(There will be a list of requested sub-areas and sub-area details)


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