From 2437eecb5c2f1478996b1146da64a687c90e0970 Mon Sep 17 00:00:00 2001 From: Ashish Das Date: Thu, 18 May 2023 17:46:40 +0530 Subject: [PATCH] Initial commit --- CHANGELOG.md | 3 +++ LICENSE | 2 ++ README.md | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 LICENSE create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3864928 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Change Log + +Webex Connect Android UI SDK with Changelog can be found [here](https://developers.imiconnect.io/docs/android-ui-sdk). diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e65c7ce --- /dev/null +++ b/LICENSE @@ -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) diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d8f290 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +## Webex Connect Android UI SDK + +Webex Connect UI SDK for Android builds on the message transport capabilities exposed within the Core SDK through a collection of customizable user interface components. These components may be used to easily integrate a bidirectional in-app messaging and interactive push notifications capabilities within a host application. + +## Documentation Refences + +[Overview of UI SDK](https://developers.imiconnect.io/docs/overview-of-sdks#ui-sdk) + +[Quick Start Guide](https://developers.imiconnect.io/docs/android-sdk-ui-quick-start-guide) + +## 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-ui-android-sdk/blob/main/LICENSE) for details. \ No newline at end of file