Skip to content
Chris Rumpf edited this page Apr 25, 2022 · 13 revisions

Genesys Cloud Messenger Transport Mobile SDK (MMSDK) is an open source, thin network layer that exposes the same features as exposed by the Web Messaging Guest APIs.

This library provides methods for connecting to Genesys Cloud Web Messaging APIs and WebSockets from Android and iOS native applications. The project is developed using Kotlin Multiplatform thus the implementation across Android and iOS SDKs are mostly similar.

The following subsections of this document are available.

  • See How to use MMSDK in native apps if you are a customer looking to integrate the MMSDK into your native application to provide your end users with a native Web Messaging experience.
  • See How to contribute if you are interested in contributing to the open source project that makes up the MMSDK. Pull requests are definitely accepted!
Clone this wiki locally