| Package | Description | 
|---|---|
| com.cometchat.pro.core | |
| com.cometchat.pro.models | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Call
Call class provides information about call Messages 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AppEntity | 
Call.getCallInitiator()
Get call initiator entity(User/Group) 
 | 
AppEntity | 
Call.getCallReceiver()
Get call receiver entity(User/Group) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Call.setCallInitiator(AppEntity callInitiator)  | 
void | 
Call.setCallReceiver(AppEntity callReceiver)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Action
Action | 
class  | 
BaseMessage
BaseMessage class provides information about message 
 | 
class  | 
CustomMessage
Created by adityagokula on 12/03/19. 
 | 
class  | 
Group
Created by adityagokula on 12/09/18. 
 | 
class  | 
GroupMember
Created by adityagokula on 30/10/18. 
 | 
class  | 
MediaMessage
Created by adityagokula on 11/09/18. 
 | 
class  | 
TextMessage
Created by adityagokula on 08/09/18. 
 | 
class  | 
User
Created by adityagokula on 04/09/18. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected AppEntity | 
BaseMessage.receiver  | 
| Modifier and Type | Method and Description | 
|---|---|
AppEntity | 
Action.getActioBy()
Get Entity(User/Group) details which performed the action 
 | 
AppEntity | 
Action.getActionFor()
Get details of the Entity(User/Group) that the action was performed for 
 | 
AppEntity | 
Action.getActionOn()
Get details of the Entity(User/Group) that the action was performed for 
 | 
AppEntity | 
Conversation.getConversationWith()  | 
AppEntity | 
BaseMessage.getReceiver()
Returns User/Group object with the details of the receiver of the message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Action.setActioBy(AppEntity actioBy)  | 
void | 
Action.setActionFor(AppEntity actionFor)  | 
void | 
Action.setActionOn(AppEntity actionOn)  | 
void | 
Conversation.setConversationWith(AppEntity conversationWith)  | 
void | 
BaseMessage.setReceiver(AppEntity receiver)  |