https://github.com/chsword/xamarinandroid.onlineupdate
Xamarin Android Online Update Utils
https://github.com/chsword/xamarinandroid.onlineupdate
Last synced: about 2 months ago
JSON representation
Xamarin Android Online Update Utils
- Host: GitHub
- URL: https://github.com/chsword/xamarinandroid.onlineupdate
- Owner: chsword
- Created: 2015-05-15T03:35:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T06:17:38.000Z (about 11 years ago)
- Last Synced: 2025-01-18T10:32:21.128Z (over 1 year ago)
- Language: C#
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XamarinAndroid.OnlineUpdate
Xamarin Android Online Update Utils
[](https://www.nuget.org/packages/Chsword.XamarinAndroid.OnlineUpdate)
[](https://www.nuget.org/packages/Chsword.XamarinAndroid.OnlineUpdate)
[](https://github.com/chsword/XamarinAndroid.OnlineUpdate/releases)
# Demo
``` csharp
Chsword.XamarinAndroid.OnlineUpdate.UpdateConfig.AlertFunc = Utils.Alert;
Chsword.XamarinAndroid.OnlineUpdate.UpdateUtils.Update(activity, updateInfo);
```
# Install Nuget
``` powershell
Install-Package Chsword.XamarinAndroid.OnlineUpdate
```