Essentials
Essentials copied to clipboard
added contact phone number type and default (android only so far)
Description of Change
Added additional Contact meta data for phone number type and default (currently Android-only). It's a minor change and existing tests/samples/docs should be sufficient.
Bugs Fixed
- Related to issue #
none
API Changes
Added:
ContactPhone.PhoneType and ContactPhone.IsDefault properties which are populated on Android.
Changed:
Behavioral Changes
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
PR Checklist
- [ ] Has tests (if omitted, state reason in description)
- [ ] Has samples (if omitted, state reason in description)
- [x] Rebased on top of
mainat time of PR - [x ] Changes adhere to coding standard
- [ ] Updated documentation (see walkthrough)
Hey there @philipag! Thanks for the PR! However, at this time we're not really looking to add new functionality into Xamarin.Essentials anymore as we're transitioning into .NET MAUI. It's probably best to open an issue there (or see if there is already one) to discuss these changes first and see to potentially implement it there.