The members of Android.Hardware.SensorManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | GravityDeathStarI | float (0). Gravity (estimate) on the first Death Star in Empire units (m/s^2) |
const | GravityEarth | float (9.80665). Earth's gravity in SI units (m/s^2) |
const | GravityJupiter | float (23.12). Jupiter's gravity in SI units (m/s^2) |
const | GravityMars | float (3.71). Mars' gravity in SI units (m/s^2) |
const | GravityMercury | float (3.7). Mercury's gravity in SI units (m/s^2) |
const | GravityMoon | float (1.6). The Moon's gravity in SI units (m/s^2) |
const | GravityNeptune | float (11). Neptune's gravity in SI units (m/s^2) |
const | GravityPluto | float (0.6). Pluto's gravity in SI units (m/s^2) |
const | GravitySaturn | float (8.96). Saturn's gravity in SI units (m/s^2) |
const | GravitySun | float (275). Sun's gravity in SI units (m/s^2) |
const | GravityTheIsland | float (4.815162). Gravity on the island |
const | GravityUranus | float (8.69). Uranus' gravity in SI units (m/s^2) |
const | GravityVenus | float (8.87). Venus' gravity in SI units (m/s^2) |
const | LightCloudy | float (100). luminance under a cloudy sky in lux |
const | LightFullmoon | float (0.25). luminance at night with full moon in lux |
const | LightNoMoon | float (0.001). luminance at night with no moon in lux |
const | LightOvercast | float (10000). luminance under an overcast sky in lux |
const | LightShade | float (20000). luminance in shade in lux |
const | LightSunlight | float (110000). luminance of sunlight in lux |
const | LightSunlightMax | float (120000). Maximum luminance of sunlight in lux |
const | LightSunrise | float (400). luminance at sunrise in lux |
const | MagneticFieldEarthMax | float (60). Maximum magnetic field on Earth's surface |
const | MagneticFieldEarthMin | float (30). Minimum magnetic field on Earth's surface |
const | PressureStandardAtmosphere | float (1013.25). Standard atmosphere, or average sea-level pressure in hPa (millibar) |
const | StandardGravity | float (9.80665). Standard gravity (g) on Earth. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CancelTriggerSensor(TriggerEventListener, Sensor)Cancels receiving trigger events for a trigger sensor. | ||
Flush(ISensorEventListener)Flushes the batch FIFO of all the sensors registered for this listener. | ||
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
static | GetAltitude(float, float)Computes the Altitude in meters from the atmospheric pressure and the pressure at sea level. | |
static | GetAngleChange(float[], float[], float[])Helper function to compute the angle change between two rotation matrices. | |
GetDefaultSensor(SensorType)Use this method to get the default sensor for a given type. | ||
GetDefaultSensor(SensorType, bool)Return a Sensor with the given type and wakeUp properties. | ||
static | GetInclination(float[])Computes the geomagnetic inclination angle in radians from the inclination matrix I returned by SensorManager.GetRotationMatrix(Single[], System.Single[], System.Single[], System.Single[]). | |
static | GetOrientation(float[], float[])Computes the device's orientation based on the rotation matrix. | |
static | GetQuaternionFromVector(float[], float[])Helper function to convert a rotation vector to a normalized quaternion. | |
static | GetRotationMatrix(float[], float[], float[], float[]) | |
static | GetRotationMatrixFromVector(float[], float[])Helper function to convert a rotation vector to a rotation matrix. | |
GetSensorList(SensorType)Use this method to get the list of available sensors of a certain type. | ||
RegisterListener(ISensorListener, int)Registers a listener for given sensors. | ||
RegisterListener(ISensorEventListener, Sensor, SensorDelay)Registers a Android.Hardware.ISensorEventListener for the given sensor. | ||
RegisterListener(ISensorListener, int, SensorDelay)Registers a SensorListener for given sensors. | ||
RegisterListener(ISensorEventListener, Sensor, SensorDelay, Android.OS.Handler)Registers a Android.Hardware.ISensorEventListener for the given sensor. | ||
RegisterListener(ISensorEventListener, Sensor, SensorDelay, int)Enables batch mode for a sensor with the given rate and maxBatchReportLatency. | ||
RegisterListener(ISensorEventListener, Sensor, int, int)Enables batch mode for a sensor with the given rate and maxBatchReportLatency. | ||
RegisterListener(ISensorEventListener, Sensor, SensorDelay, int, Android.OS.Handler)Enables batch mode for a sensor with the given rate and maxBatchReportLatency. | ||
RegisterListener(ISensorEventListener, Sensor, int, int, Android.OS.Handler)Enables batch mode for a sensor with the given rate and maxBatchReportLatency. | ||
static | RemapCoordinateSystem(float[], Axis, Axis, float[]) | |
RequestTriggerSensor(TriggerEventListener, Sensor)Requests receiving trigger events for a trigger sensor. | ||
UnregisterListener(ISensorEventListener)Unregisters a listener for all sensors. | ||
UnregisterListener(ISensorListener)Unregisters a listener for all sensors. | ||
UnregisterListener(ISensorEventListener, Sensor)Unregisters a listener for the sensors with which it is registered. | ||
UnregisterListener(ISensorListener, int)Unregisters a listener for the sensors with which it is registered. |