https://github.com/softeq/zendesk-xamarin-android
Binding of Zendesk Android SDKs for Xamarin / .NET6 / MAUI
https://github.com/softeq/zendesk-xamarin-android
android dotnet6 hacktoberfest maui xamarin xamarin-android xamarin-android-binding zendesk zendesk-client
Last synced: about 1 year ago
JSON representation
Binding of Zendesk Android SDKs for Xamarin / .NET6 / MAUI
- Host: GitHub
- URL: https://github.com/softeq/zendesk-xamarin-android
- Owner: Softeq
- License: other
- Created: 2021-06-21T12:32:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:03:27.000Z (over 1 year ago)
- Last Synced: 2025-04-15T21:41:50.873Z (about 1 year ago)
- Topics: android, dotnet6, hacktoberfest, maui, xamarin, xamarin-android, xamarin-android-binding, zendesk, zendesk-client
- Language: Java
- Homepage:
- Size: 5.58 MB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zendesk SDK for Xamarin Android
[](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=177&branchName=main)
Binding libraries for Zendesk Android SDKs:
Library Name | Version | NuGet
--------------|:--------------:|----------
belvedere | 3.0.5 | [](https://www.nuget.org/packages/Softeq.ZendeskBelvedere)
belvedere-core | 3.0.5 | [](https://www.nuget.org/packages/Softeq.ZendeskBelvedereCore)
common-ui | 4.0.5 | [](https://www.nuget.org/packages/Softeq.ZendeskCommonUI.Droid)
sdk-configurations | 2.0.3 | [](https://www.nuget.org/packages/Softeq.ZendeskSDKConfigurations.Droid)
core | 4.0.8 | [](https://www.nuget.org/packages/Softeq.ZendeskCore.Droid)
guide | 1.0.9 | [](https://www.nuget.org/packages/Softeq.ZendeskGuide.Droid)
guide-providers | 1.0.9 | [](https://www.nuget.org/packages/Softeq.ZendeskGuideProviders.Droid)
messaging | 5.2.5 | [](https://www.nuget.org/packages/Softeq.ZendeskMessaging.Droid)
messaging-api | 5.2.5 | [](https://www.nuget.org/packages/Softeq.ZendeskMessagingAPI.Droid)
support-providers | 5.1.0 | [](https://www.nuget.org/packages/Softeq.ZendeskSupportProviders.Droid)
support | 5.1.0 | [](https://www.nuget.org/packages/Softeq.ZendeskSupport.Droid)
java-common | 2.0.0 | [](https://www.nuget.org/packages/Softeq.ZendeskJavaCommon)
suas | 1.2.0 | [](https://www.nuget.org/packages/Softeq.ZendeskSuas)
chat-providers | 3.3.6 | [](https://www.nuget.org/packages/Softeq.ZendeskChatProviders.Droid)
chat | 3.3.6 | [](https://www.nuget.org/packages/Softeq.ZendeskChat.Droid)
chat-socket-client | 6.1.3 | [](https://www.nuget.org/packages/Softeq.ZendeskChatSocketClient.Droid)
chat-visitor-client | 8.3.3 | [](https://www.nuget.org/packages/Softeq.ZendeskChatVisitorClient.Droid)
## Install
You can either add the NuGet package:
```
Install-Package Softeq.ZendeskSupport.Droid
```
## Usage
## Basic Examples
See our [demo project](/sample) for examples.
Zendesk resources:
- [Android Documentation](https://developer.zendesk.com/documentation/zendesk-sdks/sdks/android/getting_started/)
- [Zendesk SDKs Demo](https://github.com/zendesk/android_sdk_demo_apps/)
## Development
Zendesk maven repository: https://zendesk.jfrog.io/artifactory/repo/com/zendesk/
Please, save native `.aar/.jar` libraries with their `.pom` files (contains package info and **dependencies**).
NOTES:
- `Xamarin.Google.Dagger` 2.42 missed in NuGet (used latest 2.41.0.2)
- `Square.OkHttp3.LoggingInterceptor` 4.9.2 missed in NuGet (used latest 4.4.1)
### NuGet
1. Add `nuget/*.nuspec`
2. Add configuration to `azure-pipelines/nuget.yml`
3. Manually run pipeline for target project
4. Update `README.md` table for new library/version
## About
This project is maintained by [Softeq Development Corp.](https://www.softeq.com/)
We specialize in developing mobile applications using Xamarin and native technology stack.
- [Facebook](https://web.facebook.com/Softeq.by/)
- [Instagram](https://www.instagram.com/softeq/)
- [Twitter](https://twitter.com/Softeq)
- [VK](https://vk.com/club21079655)
## License and Copyright
Zendesk SDKs for Xamarin.iOS is released under the MIT license. See [LICENSE](LICENSE) for details.
> Copyright 2020 Zendesk. By downloading or using the Zendesk SDKs, You agree to the [Zendesk Master Subscription Agreement](https://www.zendesk.com/company/customers-partners/#master-subscription-agreement) and [Application Developer and API License Agreement](https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement) and acknowledge that such terms govern Your use of and access to the SDKs.