Uses of Class
org.robovm.apple.sensorkit.SRSensor
| Package | Description |
|---|---|
| org.robovm.apple.sensorkit |
-
Uses of SRSensor in org.robovm.apple.sensorkit
Fields in org.robovm.apple.sensorkit declared as SRSensor Modifier and Type Field Description static SRSensorSRSensor. Accelerometerstatic SRSensorSRSensor. AmbientLightSensorstatic SRSensorSRSensor. DeviceUsageReportstatic SRSensorSRSensor. KeyboardMetricsstatic SRSensorSRSensor. MessagesUsageReportstatic SRSensorSRSensor. OnWristStatestatic SRSensorSRSensor. PedometerDatastatic SRSensorSRSensor. PhoneUsageReportstatic SRSensorSRSensor. RotationRatestatic SRSensorSRSensor. SiriSpeechMetricsstatic SRSensorSRSensor. TelephonySpeechMetricsstatic SRSensorSRSensor. VisitsMethods in org.robovm.apple.sensorkit that return SRSensor Modifier and Type Method Description SRSensorSRSensorReader. getSensor()static SRSensorNSStringExtensions. getSensorStreamForDeletionRecords(NSString thiz)static SRSensorSRSensor.Marshaler. toObject(Class<SRSensor> cls, long handle, long flags)static SRSensorSRSensor. valueOf(NSString value)Methods in org.robovm.apple.sensorkit that return types with arguments of type SRSensor Modifier and Type Method Description static List<SRSensor>SRSensor.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.sensorkit with parameters of type SRSensor Modifier and Type Method Description protected longSRSensorReader. init(SRSensor sensor)static longSRSensor.Marshaler. toNative(SRSensor o, long flags)Method parameters in org.robovm.apple.sensorkit with type arguments of type SRSensor Modifier and Type Method Description static longSRSensor.AsListMarshaler. toNative(List<SRSensor> l, long flags)static SRSensorSRSensor.Marshaler. toObject(Class<SRSensor> cls, long handle, long flags)Constructors in org.robovm.apple.sensorkit with parameters of type SRSensor Constructor Description SRSensorReader(SRSensor sensor)