DeviceSensors
Wisej.Hybrid.DeviceSensors
Last updated
Wisej.Hybrid.DeviceSensors
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides integrations to interact with device sensors.
Access this class through the singleton.
Initializes a new instance of and attaches to sensor events.
Gets whether the given is available for monitoring on the hybrid device.
type
The type of sensor.
Returns: . True if the given SensorType is available for monitoring.
type
The type of sensor.
type
The type of sensor.
type
The type of sensor.
Gets whether the given is supported on the hybrid device.
Returns: . True if the given SensorType is supported.
Starts monitoring the given on the hybrid device.
Stops monitoring the given on the hybrid device.
Occurs when accelerometer reading changes.
Occurs when barometer reading changes.
Occurs when compass reading changes.
Occurs when gyroscope reading changes.
Occurs when magnetometer reading changes.
Occurs when the orientation sensor reading changes.
Deprecated: This event will be removed in future releases in favor of sensor-specific events. Fires when a sensor's reading changes.
Occurs when the device is shaken.