RacEventType class abstract
Event type constants (match rac_event_type_t from rac_analytics_events.h)
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- deviceRegistered → const int
- deviceRegistrationFailed → const int
- downloadCancelled → const int
- downloadCompleted → const int
- downloadFailed → const int
- downloadProgress → const int
- downloadStarted → const int
- extractionCompleted → const int
- extractionFailed → const int
- extractionProgress → const int
- extractionStarted → const int
- inferenceCancelled → const int
- inferenceCompleted → const int
- inferenceFailed → const int
- inferenceStarted → const int
- modelLoaded → const int
- modelLoadFailed → const int
- modelUnloaded → const int
- sdkInitialized → const int
- sdkShutdown → const int
- storageCacheCleared → const int
- storageCacheClearFailed → const int
- storageTempCleaned → const int
- voiceAgentAllReady → const int
- voiceAgentLlmStateChanged → const int
- voiceAgentSttStateChanged → const int
- voiceAgentTtsStateChanged → const int
- voiceAgentTurnCompleted → const int
- voiceAgentTurnFailed → const int
- voiceAgentTurnStarted → const int