Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 3.41 KB

README.md

File metadata and controls

52 lines (37 loc) · 3.41 KB

Webex Connect Android SDK

Webex Connect Android SDK provides a messaging framework that enables app developers to embed bidirectional in-app messaging and interactive push notifications capabilities within their mobile applications.

v3.x.x Modularized SDKs

We have introduced new modularized SDKs in version 3.0.0, each designed to offer specific functionality. Please follow the below table to get more details of each module and its functionality. This will help you to understand what's available in each module and decide which modules you want to integrate into your applications.

Module Description
webexconnect-core
(Mandatory)
The core module is the foundation of the Webex Connect SDK. It provides essential functionality that all other modules depend on, including initialization, configuration, registration, and shared utilities.
webexconnect-push The push module enables your application to receive and handle push notifications. It abstracts the underlying push notification service, providing customized support for notification management.
webexconnect-fcm The fcm module integrates Firebase Cloud Messaging to handle push notifications for devices with Google Play Services.
webexconnect-hms The hms module integrates Huawei Mobile Services to handle push notifications for devices with Huawei Mobile Services.
webexconnect-inappmessaging The inappmessaging module offers both one-way and two-way messaging capabilities for your app.

v2.x.x Legacy Core SDK Flavours

We continue to support the old SDKs alongside the new modularized versions.

  • Full SDK: Webex Connect Core SDK - Full
    • This SDK supports Live Chat / In-App and Push Messaging capabilities.
    • Supports all the features.
      • Details of all features can be found here.
    • In the Full SDK, you will have two SDKs, and you can integrate the SDKs based on the push provider (FCM and HMS).
  • Lite SDK: Webex Connect Core SDK - Lite
    • This SDK supports Live Chat / In-App and Push (FCM and HMS) Messaging capabilities.
    • It does not support device attribute monitoring capability.
      • Details of all features can be found here.
    • In the Lite SDK, you will have two SDKs, and you can integrate the SDKs based on the push provider (FCM and HMS).

Both the SDKs are independent of each other. You can use either one of them depending on your use case.

Documentation References

Documentation References 2.x 3.x
Overview of SDKs Link
SDK Flavours / Features Link
Quick Start Guide Link Link
SDK Migration from 2.x to 3.x Link

Support

License

All contents are licensed under the Cisco EULA

See License for details.

© 2000 - 2024 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.