SimpleOrientationSensor
shouldn't directly implement ISensorEventListener
#12206
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/enhancement
New feature or request
project/non-ui ⚙️
Categorizes an issue or PR as relevant to winrt (non-ui)
triage/untriaged
Indicates an issue requires triaging or verification
The interface should be implemented by a private nested class, just like all other sensors (e.g https://github.com/unoplatform/uno/blob/520bd48d8e8ef90568f8d12e996c458017e1571f/src/Uno.UWP/Devices/Sensors/Barometer.Android.cs#LL73C55-L73C75)
This will avoid having
OnAccuracyChanged
andOnSensorChanged
being public.The text was updated successfully, but these errors were encountered: