-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8434356
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Change Log | ||
|
||
Webex Connect Android SDK with Changelog can be found [here](https://developers.imiconnect.io/docs/android-sdk-release-notes). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
All contents are licensed under the Cisco EULA | ||
(https://www.cisco.com/c/en/us/products/end-user-license-agreement.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## 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. | ||
|
||
## Core SDK Flavours: | ||
|
||
- 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](https://developers.imiconnect.io/docs/sdk-vs-sdk-lite). | ||
- 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 Messaging capabilities. | ||
|
||
- It does not support device attribute monitoring capability. | ||
|
||
- Details of all features can be found [here](https://developers.imiconnect.io/docs/sdk-vs-sdk-lite). | ||
- 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 Refences | ||
|
||
[Overview of SDKs](https://developers.imiconnect.io/docs/overview-of-sdks) | ||
|
||
[Quick Start Guide](https://developers.imiconnect.io/docs/quickstart-guide-2) | ||
|
||
## Support | ||
|
||
[Webex Connect Support](https://developers.imiconnect.io/docs/imiconnect-support) | ||
|
||
## License | ||
|
||
© 2000-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved. | ||
|
||
See [LICENSE](https://github.com/webex/wxconnect-core-android-sdk/blob/master/LICENSE) for details. |