Some GPS interfaces provide useful API as default interface methods. Support for default interface methods has been added to C# and our Android binding tools.
Enable $(AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods) so that this support is turned on.
Note there are a few packages that have build errors with this enabled. Those packages will continue to have this setting turned off. The issue has been filed here: https://github.com/xamarin/java.interop/issues/1116.
Some GPS interfaces provide useful API as
default
interface methods. Support for default interface methods has been added to C# and our Android binding tools.Enable
$(AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods)
so that this support is turned on.Note there are a few packages that have build errors with this enabled. Those packages will continue to have this setting turned off. The issue has been filed here: https://github.com/xamarin/java.interop/issues/1116.