RobotEvents class abstract

Implementers

Constructors

RobotEvents()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAsrResult(String asrResult, Language sttLanguage) → void
onBeWithMeStatusChanged(String status) → void
Movement & Follow
onConstraintBeWithMeStatusChanged(bool isConstraint) → void
onConversationStatusChanged(int status, String text) → void
onConversationViewAttaches(bool isAttached) → void
Voice
onCurrentPositionChanged(Position position) → void
onDistanceToDestinationChanged(String location, double distance) → void
onDistanceToLocationChanged(Map<String, double> distances) → void
onGoToLocationStatusChanged(String location, String status, int descriptionId, String description) → void
Navigation
onGoToNavPathChanged(List<LayerPose> path) → void
onLocationsUpdated(List<String> locations) → void
onMovementStatusChanged(String type, String status) → void
onMovementVelocityChanged(double velocity) → void
onNlpCompleted(NlpResult nlpResult) → void
onReposeStatusChanged(int status, String description) → void
onRobotLifted(bool isLifted, String reason) → void
onTtsStatusChanged(TtsRequest ttsRequest) → void
onTtsVisualizerFftDataChanged(Uint8List fft) → void
onTtsVisualizerWaveFormDataChanged(Uint8List waveForm) → void
onWakeupWord(String wakeupWord, int direction, WakeupOrigin origin) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setUp(RobotEvents? api, {BinaryMessenger? binaryMessenger, String messageChannelSuffix = ''}) → void

Constants

pigeonChannelCodec → const MessageCodec<Object?>