IOrientationSensor Interface

graph BT Type["IOrientationSensor"] class Type type-node Implementing0["OrientationSensorEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/OrientationSensorEssential"

Syntax

public interface IOrientationSensor

Properties

Name Value Summary
IsMonitoring bool
OrientationSensorChanged IObservable<OrientationSensorChangedEventArgs>

Methods

Name Value Summary
Start(SensorSpeed) void
Stop() void

Extension Methods