├───docs /* Docs folder */
├───lib /* 3rd party dependencies */
├───specs /* tests */
└───src /* source code */
The following document details how to install the SDK.
The following document details how to initialise the SDK.
The following document details how to create a conversation.
The following document details how to send a message to a conversation.
The following document details how to query conversations.
The following document details how to query messages.
The following document details how to query events.
The following document details how to process realtime events that arrive from the websocket.
The following document details how to send status updates for a message.
`The following document details how to use eTags and which methods utilise them.
The following document details how to use the profile API
The following document details how to consume the SDK using typescript.
The following document details how to usi the SDK in a cordova Project.