Class FeatureStatusEventArgs
Feature status event args
Inherited Members
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class FeatureStatusEventArgs : TimestampedStatusEventArgs
Properties
| Improve this Doc View SourceFeatureName
Gets the name of the feature
public string FeatureName { get; }
Property Type
String |
Source
Gets the source of the feature invocation (voice, app, AI, unknown)
public string Source { get; }
Property Type
String |