- acceptCall(String, CometChat.CallbackListener<Call>) - Static method in class com.cometchat.pro.core.CometChat
 
- 
A method to accept call between between two Users or a particular Group
 
- Action - Class in com.cometchat.pro.models
 
- 
Action class provides information about the action performed
 
- Action() - Constructor for class com.cometchat.pro.models.Action
 
-  
 
- addCallListener(String, CometChat.CallListener) - Static method in class com.cometchat.pro.core.CometChat
 
- 
 To receive call events Developer needs to make use of this method
 
- addExtension(CometChatExtension) - Static method in class com.cometchat.pro.core.CometChat
 
-  
 
- addGroupListener(String, CometChat.GroupListener) - Static method in class com.cometchat.pro.core.CometChat
 
- 
 To receiver Group Actions developer can make use of this method
 
- addMembersToGroup(String, List<GroupMember>, List<String>, CometChat.CallbackListener<HashMap<String, String>>) - Static method in class com.cometchat.pro.core.CometChat
 
- 
 To add members to a Group developer can call this method
 
- addMessageListener(String, CometChat.MessageListener) - Static method in class com.cometchat.pro.core.CometChat
 
- 
 To receive different types of messages Developer needs to make use of this method
 
- addUserListener(String, CometChat.UserListener) - Static method in class com.cometchat.pro.core.CometChat
 
- 
 To receive presence information of users Developer needs to make use of this method
 
- AppEntity - Class in com.cometchat.pro.models
 
- 
Created by adityagokula on 01/11/18.
 
- AppEntity() - Constructor for class com.cometchat.pro.models.AppEntity
 
-  
 
- AppSettings - Class in com.cometchat.pro.core
 
-  
 
- AppSettings.AppSettingsBuilder - Class in com.cometchat.pro.core
 
-  
 
- AppSettings.SubscriptionType - Annotation Type in com.cometchat.pro.core
 
-  
 
- AppSettingsBuilder() - Constructor for class com.cometchat.pro.core.AppSettings.AppSettingsBuilder
 
-  
 
- Attachment - Class in com.cometchat.pro.models
 
- 
Attachment class gives details of the media file
 
- avatar - Variable in class com.cometchat.pro.models.User
 
-