Class AutoRotationSensorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
7

The AutoRotationSensorDataUpdatedEventArgs is used for storing the data returned by the auto-rotation sensor.

C#
Copy
public class AutoRotationSensorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
AutoRotationSensorDataUpdatedEventArgs

Properties

View Source

Accuracy

Gets the accuracy of the auto-rotation data.

Declaration
C#
Copy
public SensorDataAccuracy Accuracy { get; }
Property Value
Type Description
SensorDataAccuracy

Accuracy

API Level: 7
View Source

Rotation

Gets the value of the rotation state.

Declaration
C#
Copy
public AutoRotationState Rotation { get; }
Property Value
Type Description
AutoRotationState

The rotation state.

API Level: 7