Skip to content

Commit 8434356

Browse files
committed
Initial commit
0 parents  commit 8434356

3 files changed

Lines changed: 46 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Change Log
2+
3+
Webex Connect Android SDK with Changelog can be found [here](https://developers.imiconnect.io/docs/android-sdk-release-notes).

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
All contents are licensed under the Cisco EULA
2+
(https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## Webex Connect Android SDK
2+
3+
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.
4+
5+
## Core SDK Flavours:
6+
7+
- Full SDK: Webex Connect Core SDK - Full
8+
9+
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
10+
11+
- Supports all the features.
12+
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).
15+
16+
- Lite SDK: Webex Connect Core SDK - Lite
17+
18+
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
19+
20+
- It does not support device attribute monitoring capability.
21+
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).
24+
25+
Both the SDKs are independent of each other. You can use either one of them depending on your use case.
26+
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)
36+
37+
## License
38+
39+
© 2000-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
40+
41+
See [LICENSE](https://github.com/webex/wxconnect-core-android-sdk/blob/master/LICENSE) for details.

0 commit comments

Comments
 (0)