acr.userdialogs.extended

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

acr.userdialogs.extended

1.0.11
unpublished
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Maintainers
0

ACR UserDialogs

Support Platforms

  • iOS 8+
  • Android - Set your target to Android 8.1+
  • Universal Windows Platform (Win10/UWP)
  • NET Standard 2.0

Setup

To use, simply reference the nuget package in each of your platform projects. If you are getting issues with System.Drawing.Color, please make sure you are using the latest version of Xamarin

iOS and Windows

Nothing is necessary any longer as of v4.x. There is an Init function for iOS but it is OPTIONAL and only required if you want/need to control the top level viewcontroller for things like iOS extensions. Progress prompts will not use this factory function though!

Android Initialization (In your main activity OnCreate function)

UserDialogs.Init(this); OR UserDialogs.Init(() => provide your own top level activity provider)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts