.NET SDK Documentation

    Show / Hide Table of Contents

    Class AlexaAuthEventArgs

    Alexa authorization event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    AlexaAuthEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class AlexaAuthEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    AuthState

    Gets the state of the alexa authentication.

    public AlexaAuthState AuthState { get; }
    Property Type
    AlexaAuthState
    | Improve this Doc View Source

    Extra

    Gets the extra data associated with this event.

    public string Extra { get; }
    Property Type
    String

    See Also

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