Skip to content

Commit 0d864fd

Browse files
committed
v3.0.0 release
1 parent c8a1d90 commit 0d864fd

File tree

1 file changed

+35
-24
lines changed

1 file changed

+35
-24
lines changed

README.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,52 @@
1-
## Webex Connect Android SDK
1+
# Webex Connect Android SDK
22

33
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.
44

5-
## Core SDK Flavours:
5+
## v3.x.x Modularized SDKs
66

7-
- Full SDK: Webex Connect Core SDK - Full
7+
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.
88

9-
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
9+
| **Module** | **Description** |
10+
| --- | --- |
11+
| webexconnect-core<br>(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. |
12+
| 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. |
13+
| webexconnect-fcm | The fcm module integrates Firebase Cloud Messaging to handle push notifications for devices with Google Play Services. |
14+
| webexconnect-hms | The hms module integrates Huawei Mobile Services to handle push notifications for devices with Huawei Mobile Services. |
15+
| webexconnect-inappmessaging | The inappmessaging module offers both one-way and two-way messaging capabilities for your app. |
1016

11-
- Supports all the features.
17+
## v2.x.x Legacy Core SDK Flavours
1218

13-
- Details of all features can be found [here](https://developers.imiconnect.io/docs/sdk-vs-sdk-lite).
14-
- In the Full SDK, you will have two SDKs, and you can integrate the SDKs based on the push provider (FCM and HMS).
19+
We continue to support the old SDKs alongside the new modularized versions.
1520

16-
- Lite SDK: Webex Connect Core SDK - Lite
21+
- Full SDK: Webex Connect Core SDK - Full
22+
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
23+
- Supports all the features.
24+
- Details of all features can be found [here](https://developers.webexconnect.io/docs/sdk-vs-sdk-lite).
25+
- In the Full SDK, you will have two SDKs, and you can integrate the SDKs based on the push provider (FCM and HMS).
26+
- Lite SDK: Webex Connect Core SDK - Lite
27+
- This SDK supports Live Chat / In-App and Push (FCM and HMS) Messaging capabilities.
28+
- It does not support device attribute monitoring capability.
29+
- Details of all features can be found [here.](https://developers.webexconnect.io/docs/sdk-vs-sdk-lite)
30+
- In the Lite SDK, you will have two SDKs, and you can integrate the SDKs based on the push provider (FCM and HMS).
1731

18-
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
32+
Both the SDKs are independent of each other. You can use either one of them depending on your use case.
1933

20-
- It does not support device attribute monitoring capability.
34+
## Documentation References
2135

22-
- Details of all features can be found [here](https://developers.imiconnect.io/docs/sdk-vs-sdk-lite).
23-
- In the Lite SDK, you will have two SDKs, and you can integrate the SDKs based on the push provider (FCM and HMS).
36+
| **Documentation References** | **2.x** | **3.x** |
37+
| --- | --- | --- |
38+
| Overview of SDKs | [Link](https://developers.webexconnect.io/docs/overview-of-sdks)||
39+
| SDK Flavours / Features | [Link](https://developers.webexconnect.io/docs/sdk-vs-sdk-lite)||
40+
| Quick Start Guide | [Link](https://developers.webexconnect.io/docs/quickstart-guide-2) | [Link](https://developers.webexconnect.io/docs/android-modularization-sdk-quick-start-guide) |
41+
| SDK Migration from 2.x to 3.x | [Link](https://developers.webexconnect.io/docs/android-sdk-migration-document-from-2x-to-3x)||
2442

25-
Both the SDKs are independent of each other. You can use either one of them depending on your use case.
43+
## Support
2644

27-
## Documentation Refences
28-
29-
[Overview of SDKs](https://developers.imiconnect.io/docs/overview-of-sdks)
30-
31-
[Quick Start Guide](https://developers.imiconnect.io/docs/quickstart-guide-2)
32-
33-
## Support
34-
35-
[Webex Connect Support](https://developers.imiconnect.io/docs/imiconnect-support)
45+
- [Webex Connect Support](https://developers.imiconnect.io/docs/imiconnect-support)
3646

3747
## License
48+
All contents are licensed under the Cisco EULA
3849

39-
&copy; 2000-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
50+
See [License](https://www.cisco.com/c/en/us/products/end-user-license-agreement.html) for details.
4051

41-
See [LICENSE](https://github.com/webex/wxconnect-core-android-sdk/blob/main/LICENSE) for details.
52+
© 2000 - 2024 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.

0 commit comments

Comments
 (0)