.NET SDK Documentation

    Show / Hide Table of Contents

    Class FeatureStatusEventArgs

    Feature status event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    TimestampedStatusEventArgs
    FeatureStatusEventArgs
    Inherited Members
    TimestampedStatusEventArgs.StatusType
    TimestampedStatusEventArgs.Timestamp
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class FeatureStatusEventArgs : TimestampedStatusEventArgs

    Properties

    | Improve this Doc View Source

    FeatureName

    Gets the name of the feature

    public string FeatureName { get; }
    Property Type
    String
    | Improve this Doc View Source

    Source

    Gets the source of the feature invocation (voice, app, AI, unknown)

    public string Source { get; }
    Property Type
    String

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables