AidlabDelegate class abstract

Constructors

AidlabDelegate()

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

didConnectAidlab(Aidlab aidlab) → void
didDetectExercise(Aidlab aidlab, Exercise exercise) → void
didDetectUserEvent(Aidlab aidlab, int timestamp) → void
didDisconnectAidlab(Aidlab? aidlab, DisconnectReason reason) → void
didReceiveAccelerometer(Aidlab aidlab, int timestamp, double ax, double ay, double az) → void
didReceiveActivity(Aidlab aidlab, int timestamp, ActivityType activity) → void
didReceiveBatteryLevel(Aidlab aidlab, int stateOfCharge) → void
didReceiveBodyPosition(Aidlab aidlab, int timestamp, BodyPosition bodyPosition) → void
didReceiveCommand(Aidlab aidlab) → void
didReceiveECG(Aidlab aidlab, int timestamp, List<double> values) → void
didReceiveError(String error) → void
didReceiveGyroscope(Aidlab aidlab, int timestamp, double qx, double qy, double qz) → void
didReceiveHeartRate(Aidlab aidlab, int timestamp, int heartRate) → void
didReceiveMagnetometer(Aidlab aidlab, int timestamp, double mx, double my, double mz) → void
didReceiveMessage(Aidlab aidlab, String process, String message) → void
didReceiveOrientation(Aidlab aidlab, int timestamp, double roll, double pitch, double yaw) → void
didReceiveQuaternion(Aidlab aidlab, int timestamp, double qw, double qx, double qy, double qz) → void
didReceiveRespiration(Aidlab aidlab, int timestamp, List<double> values) → void
didReceiveRespirationRate(Aidlab aidlab, int timestamp, int value) → void
didReceiveRr(Aidlab aidlab, int timestamp, int rr) → void
didReceiveSignalQuality(Aidlab aidlab, int timestamp, int value) → void
didReceiveSkinTemperature(Aidlab aidlab, int timestamp, double value) → void
didReceiveSoundFeatures(Aidlab aidlab, List<double> values) → void
didReceiveSoundVolume(Aidlab aidlab, int timestamp, int value) → void
didReceiveSteps(Aidlab aidlab, int timestamp, int steps) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wearStateDidChange(Aidlab aidlab, WearState wearState) → void

Operators

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