- getAdaptingEventsHandler() - Method in class com.comapi.chat.FoundationFactory
-
Returns event handler adapting Foundation listeners for Chat SDK.
- getAllConversations() - Method in class com.comapi.chat.model.ChatStore
-
Get all conversations from persistence store.
- getClientInstance(Application, ChatConfig) - Method in class com.comapi.chat.FoundationFactory
-
Initialise and obtain Foundation SDK client.
- getCode() - Method in class com.comapi.chat.ChatResult.Error
-
Error code.
- getConversation(String) - Method in class com.comapi.chat.model.ChatStore
-
Get conversation from persistence store.
- getConversationEventId() - Method in class com.comapi.chat.model.ChatMessageStatus
-
- getConversationId() - Method in class com.comapi.chat.model.ChatConversationBase
-
Get Unique id of the Conversation.
- getConversationId() - Method in class com.comapi.chat.model.ChatMessage
-
Globally unique identifier of a message.
- getConversationId() - Method in class com.comapi.chat.model.ChatMessageStatus
-
- getDescription() - Method in class com.comapi.chat.model.ChatConversation
-
Get description of the Conversation.
- getError() - Method in class com.comapi.chat.ChatResult
-
Gets error details if operation unsuccessful.
- getETag() - Method in class com.comapi.chat.model.ChatConversationBase
-
Gets ETag for server to check if local version of the data is the same as the one the server side.
- getFirstLocalEventId() - Method in class com.comapi.chat.model.ChatConversationBase
-
Gets oldest conversation event id known by the app.
- getFromWhom() - Method in class com.comapi.chat.model.ChatMessage
-
Who is the official sender of the message.
- getInstance(Application, boolean, Logger) - Static method in class com.comapi.chat.database.Database
-
Creates database controller and new database instance if wasn't created yet or parameter reset was set to true.
- getLastLocalEventId() - Method in class com.comapi.chat.model.ChatConversationBase
-
Gets latest conversation event id known by the app.
- getLastRemoteEventId() - Method in class com.comapi.chat.model.ChatConversationBase
-
Gets latest conversation event id.
- getMessage() - Method in class com.comapi.chat.ChatResult.Error
-
Error message.
- getMessageId() - Method in class com.comapi.chat.model.ChatMessage
-
Globally unique identifier of a message.
- getMessageId() - Method in class com.comapi.chat.model.ChatMessageStatus
-
- getMessageStatus() - Method in class com.comapi.chat.model.ChatMessageStatus
-
Message status as defined in MessageStatus
- getMetadata() - Method in class com.comapi.chat.model.ChatMessage
-
Metadata associated with the message e.g.
- getName() - Method in class com.comapi.chat.model.ChatConversation
-
Get name of the Conversation.
- getOwnerPrivileges() - Method in class com.comapi.chat.model.ChatConversation
-
Gets owner privileges in associated conversation.
- getParticipantId() - Method in class com.comapi.chat.model.ChatParticipant
-
Globally unique profile identifier.
- getParticipantPrivileges() - Method in class com.comapi.chat.model.ChatConversation
-
Gets participant privileges in associated conversation.
- getParticipants(String, <any>) - Method in class com.comapi.chat.ChatServiceAccessor.MessagingService
-
Gets conversation participants.
- getParts() - Method in class com.comapi.chat.model.ChatMessage
-
Parts of the message with data, type, name and size.
- getPreviousMessages(String, <any>) - Method in class com.comapi.chat.ChatServiceAccessor.MessagingService
-
Queries the next message page in conversation and delivers messages to store implementation.
- getProfile(String, <any>) - Method in class com.comapi.chat.ChatServiceAccessor.ProfileService
-
Gets profile data.
- getProfileId() - Method in class com.comapi.chat.model.ChatMessageStatus
-
- getRole() - Method in class com.comapi.chat.model.ChatParticipant
-
Get participant role in associated conversation.
- getSentBy() - Method in class com.comapi.chat.model.ChatMessage
-
Who actually sent the message.
- getSentEventId() - Method in class com.comapi.chat.model.ChatMessage
-
Gets Unique monotonically increasing identifier of message in the conversation.
- getSentOn() - Method in class com.comapi.chat.model.ChatMessage
-
UTC time in milliseconds when the message was sent.
- getSession() - Method in class com.comapi.chat.ComapiChatClient
-
Gets the active session data.
- getShared() - Static method in class com.comapi.chat.ComapiChat
-
- getStatusUpdates() - Method in class com.comapi.chat.model.ChatMessage
-
Message statuses 'delivered' or 'read' for particular participants.
- getString(Cursor, String) - Static method in class com.comapi.chat.database.DbCursorHelper
-
Gets string from db cursor.
- getThis() - Method in class com.comapi.chat.ChatConfig
-
- getUpdatedOn() - Method in class com.comapi.chat.model.ChatConversationBase
-
Gets date on which the conversation was updated for the last time.
- getUpdatedOn() - Method in class com.comapi.chat.model.ChatMessageStatus
-
Time when the status was set for the message.
- getValue() - Method in enum com.comapi.chat.model.ChatRole
-