Android Chat

The following sections take you through using our Android Chat SDK.

This SDK wraps the App Messaging Foundation SDK and provides additional functionalities that make creating a chat app easier.

It automatically:

  • manages conversations.
  • manages socket reconnections.
  • synchronises conversation data.
  • manages sending attachments with messages and updates message data with URLs for the uploaded content.
  • updates the persistence store when sending messages and filters out duplicates.
  • marks messages as delivered.
  • Replaces message and events queries with simple paging API.