TemiPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TemiPlatform
Implementers

Constructors

TemiPlatform()
Constructs a TemiPlatform.

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

deleteLocation(String name) Future<bool>
followMe() Future<bool>
getBatteryLevel() Future<int>
getLocations() Future<List<String>>
getPlatformVersion() Future<String?>
getRobotInfo() Future<Map<String, dynamic>>
gotoLocation(String location) Future<bool>
isPrivacyModeEnabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerFace(String fileUri, String userId, String userName) Future<bool>
saveLocation(String name) Future<bool>
setDetectionMode(bool enabled) Future<bool>
setOnDetectionStateChangedListener(dynamic callback(int state)) → void
setOnGoToLocationStatusChangedListener(dynamic callback(String location, String status, int descriptionId, String description)) → void
setOnRobotReadyListener(dynamic callback(bool isReady)) → void
setOnTonFaceRecognizedListener(dynamic callback(Map faceData)) → void
setOnTtsStatusChangedListener(dynamic callback(String id, String text, String status)) → void
setOnUserInteractionListener(dynamic callback(bool isInteracting)) → void
setPrivacyMode(bool enabled) Future<bool>
setTrackUser(bool enabled) Future<bool>
skidJoy(double x, double y, bool smart) Future<bool>
speak(String text) Future<bool>
startDetectionListening() Future<void>
startFaceRecognition() Future<bool>
stopDetectionListening() Future<void>
stopFaceRecognition() Future<bool>
stopMovement() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TemiPlatform
The default instance of TemiPlatform to use.
getter/setter pair