DeviceDelegate class abstract

Constructors

DeviceDelegate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didConnect(Device device) → void
didDetectExercise(Device device, Exercise exercise) → void
didDetectUserEvent(Device device, int timestamp) → void
didDisconnect(Device device, DisconnectReason reason) → void
didReceiveAccelerometer(Device device, int timestamp, double ax, double ay, double az) → void
didReceiveActivity(Device device, int timestamp, ActivityType activity) → void
didReceiveBatteryLevel(Device device, int stateOfCharge) → void
didReceiveBodyPosition(Device device, int timestamp, BodyPosition bodyPosition) → void
didReceiveCommand(Device device) → void
didReceiveECG(Device device, int timestamp, double value) → void
didReceiveError(String error) → void
didReceiveGyroscope(Device device, int timestamp, double qx, double qy, double qz) → void
didReceiveHeartRate(Device device, int timestamp, int heartRate) → void
didReceiveMagnetometer(Device device, int timestamp, double mx, double my, double mz) → void
didReceiveMessage(Device device, String process, String message) → void
didReceiveOrientation(Device device, int timestamp, double roll, double pitch, double yaw) → void
didReceivePastAccelerometer(Device device, int timestamp, double ax, double ay, double az) → void
didReceivePastActivity(Device device, int timestamp, ActivityType activity) → void
didReceivePastBodyPosition(Device device, int timestamp, BodyPosition bodyPosition) → void
didReceivePastECG(Device device, int timestamp, double value) → void
didReceivePastGyroscope(Device device, int timestamp, double qx, double qy, double qz) → void
didReceivePastHeartRate(Device device, int timestamp, int heartRate) → void
didReceivePastMagnetometer(Device device, int timestamp, double mx, double my, double mz) → void
didReceivePastOrientation(Device device, int timestamp, double roll, double pitch, double yaw) → void
didReceivePastPressure(Device device, int timestamp, int value) → void
didReceivePastQuaternion(Device device, int timestamp, double qw, double qx, double qy, double qz) → void
didReceivePastRespiration(Device device, int timestamp, double value) → void
didReceivePastRespirationRate(Device device, int timestamp, int value) → void
didReceivePastRr(Device device, int timestamp, int rr) → void
didReceivePastSignalQuality(Device device, int timestamp, int value) → void
didReceivePastSkinTemperature(Device device, int timestamp, double value) → void
didReceivePastSoundFeatures(Device device, int timestamp, List<double> values) → void
didReceivePastSoundVolume(Device device, int timestamp, int soundVolume) → void
didReceivePastSteps(Device device, int timestamp, int value) → void
didReceivePastUserEvent(Device device, int timestamp) → void
didReceivePressure(Device device, int timestamp, int value) → void
didReceivePressureWearState(Device device, WearState wearState) → void
didReceiveQuaternion(Device device, int timestamp, double qw, double qx, double qy, double qz) → void
didReceiveRespiration(Device device, int timestamp, double value) → void
didReceiveRespirationRate(Device device, int timestamp, int value) → void
didReceiveRr(Device device, int timestamp, int rr) → void
didReceiveSignalQuality(Device device, int timestamp, int value) → void
didReceiveSkinTemperature(Device device, int timestamp, double value) → void
didReceiveSoundFeatures(Device device, int timestamp, List<double> values) → void
didReceiveSoundVolume(Device device, int timestamp, int value) → void
didReceiveSteps(Device device, int timestamp, int steps) → void
didReceiveUnsynchronizedSize(Device device, int unsynchronizedSize, double syncBytesPerSecond) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
syncStateDidChange(Device device, SyncState state) → void
toString() String
A string representation of this object.
inherited
wearStateDidChange(Device device, WearState wearState) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited