A B C D E F G H I J K L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getActioBy() - Method in class com.cometchat.pro.models.Action
-
Deprecated.
- getAction() - Method in class com.cometchat.pro.core.Call
-
Get action on call
- getAction() - Method in class com.cometchat.pro.models.Action
-
Get action which is performed
- getActionBy() - Method in class com.cometchat.pro.models.Action
-
Get Entity(User/Group) details which performed the action
- getActionFor() - Method in class com.cometchat.pro.models.Action
-
Get details of the Entity(User/Group) that the action was performed for
- getActionOn() - Method in class com.cometchat.pro.models.Action
-
Get details of the Entity(User/Group) that the action was performed for
- getActiveCall() - Static method in class com.cometchat.pro.core.CometChat
-
Returns Call object of Active call
- getActivity() - Method in class com.cometchat.pro.core.CallSettings
- getAttachment() - Method in class com.cometchat.pro.models.MediaMessage
-
Get object of the
Attachment
class with file details
- getAvatar() - Method in class com.cometchat.pro.models.User
-
Get avatar of the user
- getCallInitiator() - Method in class com.cometchat.pro.core.Call
-
Get call initiator entity(User/Group)
- getCallParticipantCount(String, String, CometChat.CallbackListener<Integer>) - Static method in class com.cometchat.pro.core.CometChat
-
This method helps to get the count of the participants in any particular call..
- getCallReceiver() - Method in class com.cometchat.pro.core.Call
-
Get call receiver entity(User/Group)
- getCallStatus() - Method in class com.cometchat.pro.core.Call
-
Get status of the call
- getCaption() - Method in class com.cometchat.pro.models.MediaMessage
-
Get caption set by developer
- getCategory() - Method in class com.cometchat.pro.models.BaseMessage
-
Get of the category of message
- getCode() - Method in exception com.cometchat.pro.exceptions.CometChatException
-
get the code of the exception occurred
- getConnectionStatus() - Static method in class com.cometchat.pro.core.CometChat
- getConversation(String, String, CometChat.CallbackListener<Conversation>) - Static method in class com.cometchat.pro.core.CometChat
-
To get individual conversation for a particular user or group.
- getConversationFromMessage(BaseMessage) - Static method in class com.cometchat.pro.helpers.CometChatHelper
- getConversationId() - Method in class com.cometchat.pro.models.BaseMessage
-
Returns the id of the Conversation.
- getConversationId() - Method in class com.cometchat.pro.models.Conversation
- getConversationType() - Method in class com.cometchat.pro.models.Conversation
- getConversationWith() - Method in class com.cometchat.pro.models.Conversation
- getCreatedAt() - Method in class com.cometchat.pro.models.Group
-
Get timestamp of group creation
- getCustomData() - Method in class com.cometchat.pro.models.CustomMessage
-
Get
JSONObject
of the custom
- getDeactivatedAt() - Method in class com.cometchat.pro.models.User
-
Returns the timestamp when the user was deactivated at if he was deactivated.
- getDefaultAudioMode() - Method in class com.cometchat.pro.core.CallSettings
- getDeletedAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get timestamp of the message when it was deleted
- getDeletedBy() - Method in class com.cometchat.pro.models.BaseMessage
-
Get UID of the user who deleted the message
- getDeliveredAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get delivery timestamp of the message
- getDeliveredAt() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get delivery timestamp of the message
- getDeliveredToMeAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get timestamp of the message at which it was delivered to logged in user
- getDescription() - Method in class com.cometchat.pro.models.Group
-
Get description of the Group
- getDetails() - Method in exception com.cometchat.pro.exceptions.CometChatException
-
get the details of the exception occurred if any
- getEditedAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get timestamp of the message when it was updated/edited
- getEditedBy() - Method in class com.cometchat.pro.models.BaseMessage
-
Get UID of the user who edited/updated the message
- getExtensionDetails(String, CometChat.CallbackListener<CCExtension>) - Static method in class com.cometchat.pro.core.CometChat
-
To get details of a particular extension
- getFile() - Method in class com.cometchat.pro.models.MediaMessage
-
Get file object of media file shared
- getFileExtension() - Method in class com.cometchat.pro.models.Attachment
- getFileMimeType() - Method in class com.cometchat.pro.models.Attachment
-
Get mime type of the file
- getFileName() - Method in class com.cometchat.pro.models.Attachment
-
Get name of the media file
- getFileSize() - Method in class com.cometchat.pro.models.Attachment
-
Get size of the file
- getFileUrl() - Method in class com.cometchat.pro.models.Attachment
-
Get url of the file
- getGroup(String, CometChat.CallbackListener<Group>) - Static method in class com.cometchat.pro.core.CometChat
-
Get information about a group
- getGroupType() - Method in class com.cometchat.pro.models.Group
-
Get type of the group types of th group : GROUP_TYPE_PUBLIC GROUP_TYPE_PASSWORD GROUP_TYPE_PRIVATE
- getGuid() - Method in class com.cometchat.pro.models.Group
-
Get unique identifier of the Group
- getIcon() - Method in class com.cometchat.pro.models.Group
-
Get URL of the icon
- getId() - Method in class com.cometchat.pro.models.BaseMessage
-
Get id of the message
- getInitiatedAt() - Method in class com.cometchat.pro.core.Call
-
Get Call initiated timestamp
- getJoinedAt() - Method in class com.cometchat.pro.core.Call
-
Get Call join timestamp
- getJoinedAt() - Method in class com.cometchat.pro.models.Group
-
Get join at timestamp of logged in user in a particular group
- getJoinedAt() - Method in class com.cometchat.pro.models.GroupMember
-
Get join at timestamp of logged in user in a particular group
- getJoinedGroups(CometChat.CallbackListener<List<String>>) - Static method in class com.cometchat.pro.core.CometChat
-
To get the list of all the joined groups for the Logged-in user.
- getLastActiveAt() - Method in class com.cometchat.pro.models.User
-
Get last online timestamp of the user
- getLastDeliveredMessageId() - Static method in class com.cometchat.pro.core.CometChat
-
Return last Delivered Message Id
- getLastMessage() - Method in class com.cometchat.pro.models.Conversation
- getLastTimestamp() - Method in class com.cometchat.pro.models.TypingIndicator
- getLink() - Method in class com.cometchat.pro.models.User
- getLoggedInUser() - Static method in class com.cometchat.pro.core.CometChat
-
Get information about logged in User
- getMembersCount() - Method in class com.cometchat.pro.models.Group
-
Get number of members that are a part of the group
- getMessage() - Method in class com.cometchat.pro.models.Action
-
Get Default action message provided by CometChat SDK
- getMessageDetails(int, CometChat.CallbackListener<BaseMessage>) - Static method in class com.cometchat.pro.core.CometChat
-
This method get information of a single message based on the ID provided
- getMessageId() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get id of the message
- getMessageReceipts(int, CometChat.CallbackListener<List<MessageReceipt>>) - Static method in class com.cometchat.pro.core.CometChat
-
This method get information about the delivery and read receipts of a particular message
- getMessageSender() - Method in class com.cometchat.pro.models.MessageReceipt
- getMessagesFromJSON(String) - Static method in class com.cometchat.pro.models.BaseMessage
- getMetadata() - Method in class com.cometchat.pro.models.BaseMessage
-
Get
JSONObject
of data set by developer
- getMetadata() - Method in class com.cometchat.pro.models.Group
-
Get
JSONObject
of data set by developer
- getMetadata() - Method in class com.cometchat.pro.models.TypingIndicator
-
Get
JSONObject
of data set by developer
- getMetadata() - Method in class com.cometchat.pro.models.User
-
Get
JSONObject
of data set by developer
- getMode() - Method in class com.cometchat.pro.core.CallSettings
- getMuid() - Method in class com.cometchat.pro.models.BaseMessage
-
Get muid of Message Additional id field for the developers in case they want to use.
- getName() - Method in class com.cometchat.pro.models.Group
-
Get name of the group
- getName() - Method in class com.cometchat.pro.models.User
-
Get name of the user
- getNewScope() - Method in class com.cometchat.pro.models.Action
-
Get new scope of the user
- getOldScope() - Method in class com.cometchat.pro.models.Action
-
Get old scope of the user
- getOnlineGroupMemberCount(List<String>, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
To get the count of online users in specific groups.
- getOnlineUserCount(CometChat.CallbackListener<Integer>) - Static method in class com.cometchat.pro.core.CometChat
-
To get the total online users count for the app id
- getOwner() - Method in class com.cometchat.pro.models.Group
-
Get
UID
of the owner of the Group
- getParentMessageId() - Method in class com.cometchat.pro.models.BaseMessage
-
Returns the parent message id for the message showing that the message belongs to a thread.
- getPassword() - Method in class com.cometchat.pro.models.Group
-
Get password of the password protected group
- getRawData() - Method in class com.cometchat.pro.core.Call
-
Get raw JSON data of the call message
- getRawData() - Method in class com.cometchat.pro.models.Action
-
Get raw JSON data in string form
- getRawMessage() - Method in class com.cometchat.pro.models.BaseMessage
-
Returns the raw JSON message for the message object.
- getReadAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get Timestamp of the when message was read at
- getReadAt() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get Timestamp of the when message was read at
- getReadByMeAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get timestamp when the message is read by logged in user
- getReceiptType() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get receipt type of the message
- getReceiver() - Method in class com.cometchat.pro.models.BaseMessage
-
Returns User/Group object with the details of the receiver of the message.
- getReceiverId() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get id of the receiver
- getReceiverId() - Method in class com.cometchat.pro.models.TypingIndicator
-
Get id of the receiver
- getReceivertype() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get type of receiver
- getReceiverType() - Method in class com.cometchat.pro.models.BaseMessage
-
Get type of receiver
- getReceiverType() - Method in class com.cometchat.pro.models.TypingIndicator
-
Get type of receiver
- getReceiverUid() - Method in class com.cometchat.pro.models.BaseMessage
-
Get id of the receiver
- getRegion() - Method in class com.cometchat.pro.core.AppSettings
-
method to get the region specified
- getRegion() - Method in class com.cometchat.pro.core.CallSettings
- getReplyCount() - Method in class com.cometchat.pro.models.BaseMessage
-
Returns the count of the messages that belong to the thread for which the message is the parent.
- getRole() - Method in class com.cometchat.pro.models.User
-
Get role of the user set by developer
- getRoles() - Method in class com.cometchat.pro.core.AppSettings
-
method to get the list of roles specified for presence subscription
- getScope() - Method in class com.cometchat.pro.models.Group
-
Get scope of logged in user in a particular group
- getScope() - Method in class com.cometchat.pro.models.GroupMember
-
Get scope of logged in user in a particular group
- getSender() - Method in class com.cometchat.pro.models.BaseMessage
-
Get sender object
- getSender() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get sender object
- getSender() - Method in class com.cometchat.pro.models.TypingIndicator
-
Get sender object
- getSentAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get message's sent at timestamp
- getSessionId() - Method in class com.cometchat.pro.core.Call
-
Get unique session id of the call message
- getSessionId() - Method in class com.cometchat.pro.core.CallSettings
- getStatus() - Method in class com.cometchat.pro.models.User
-
Get status of the user
- getStatusMessage() - Method in class com.cometchat.pro.models.User
-
Get status message set by developer
- getSubscriptionType() - Method in class com.cometchat.pro.core.AppSettings
- getSubType() - Method in class com.cometchat.pro.models.CustomMessage
- getTags() - Method in class com.cometchat.pro.models.Conversation
- getTags() - Method in class com.cometchat.pro.models.CustomMessage
-
Returns the list of tags that the message has been tagged with.
- getTags() - Method in class com.cometchat.pro.models.Group
-
Get the tags that are specified for the group
- getTags() - Method in class com.cometchat.pro.models.MediaMessage
-
Returns the list of tags that the message has been tagged with.
- getTags() - Method in class com.cometchat.pro.models.TextMessage
-
Returns the list of tags that the message has been tagged with.
- getTags() - Method in class com.cometchat.pro.models.User
-
Get the list of tags the user has been tags with
- getText() - Method in class com.cometchat.pro.models.TextMessage
-
Get text set by developer while sending a text message
- getTimestamp() - Method in class com.cometchat.pro.models.MessageReceipt
-
Get message's sent at timestamp
- getType() - Method in class com.cometchat.pro.models.BaseMessage
-
Get type of the message
- getTypingStatus() - Method in class com.cometchat.pro.models.TypingIndicator
- getUid() - Method in class com.cometchat.pro.models.User
-
Get unique identifier of the User
- getUnreadMessageCount() - Method in class com.cometchat.pro.models.Conversation
- getUnreadMessageCount(boolean, CometChat.CallbackListener<HashMap<String, HashMap<String, Integer>>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets unread count of messages for all users and all groups
- getUnreadMessageCount(CometChat.CallbackListener<HashMap<String, HashMap<String, Integer>>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets total unread count of messages for all users and all groups
- getUnreadMessageCountForAllGroups(boolean, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets total unread count of messages for all Groups
- getUnreadMessageCountForAllGroups(CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets total unread count of messages for all Groups
- getUnreadMessageCountForAllUsers(boolean, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets total unread count of messages for all Users
- getUnreadMessageCountForAllUsers(CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets total unread count of messages for all Users
- getUnreadMessageCountForGroup(String, boolean, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets unread count of messages for a particular Group
- getUnreadMessageCountForGroup(String, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets unread count of messages for a particular Group
- getUnreadMessageCountForUser(String, boolean, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets unread count of messages for a particular User
- getUnreadMessageCountForUser(String, CometChat.CallbackListener<HashMap<String, Integer>>) - Static method in class com.cometchat.pro.core.CometChat
-
Gets unread count of messages for a particular User
- getUpdatedAt() - Method in class com.cometchat.pro.models.BaseMessage
-
Get timestamp of the message when it was updated/edited
- getUpdatedAt() - Method in class com.cometchat.pro.models.Conversation
- getUpdatedAt() - Method in class com.cometchat.pro.models.Group
-
Get timestamp of group update
- getUser(String, CometChat.CallbackListener<User>) - Static method in class com.cometchat.pro.core.CometChat
-
Get the information for a user
- getVideoContainer() - Method in class com.cometchat.pro.core.CallSettings
- Group - Class in com.cometchat.pro.models
-
Created by adityagokula on 12/09/18.
- Group() - Constructor for class com.cometchat.pro.models.Group
- Group(String, String, String, String) - Constructor for class com.cometchat.pro.models.Group
- Group(String, String, String, String, String, String) - Constructor for class com.cometchat.pro.models.Group
- GroupListener() - Constructor for class com.cometchat.pro.core.CometChat.GroupListener
- GroupMember - Class in com.cometchat.pro.models
-
Created by adityagokula on 30/10/18.
- GroupMember(String, String) - Constructor for class com.cometchat.pro.models.GroupMember
- GroupMembersRequest - Class in com.cometchat.pro.core
-
GroupMembersRequest class to get list of members of a particular Group
- GroupMembersRequest.GroupMembersRequestBuilder - Class in com.cometchat.pro.core
-
Builder class to set various parameters to fetch list of Group Members
- GroupMembersRequestBuilder(String) - Constructor for class com.cometchat.pro.core.GroupMembersRequest.GroupMembersRequestBuilder
- GroupsRequest - Class in com.cometchat.pro.core
-
GroupsRequest class helps developer to fetch list of groups based on different parameters set by developer
- GroupsRequest.GroupsRequestBuilder - Class in com.cometchat.pro.core
-
Builder class to set various parameters to fetch list of Groups
- GroupsRequestBuilder() - Constructor for class com.cometchat.pro.core.GroupsRequest.GroupsRequestBuilder
All Classes All Packages