Class AlexaAuthEventArgs
Alexa authorization event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class AlexaAuthEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceAuthState
Gets the state of the alexa authentication.
public AlexaAuthState AuthState { get; }
Property Type
AlexaAuthState |
Extra
Gets the extra data associated with this event.
public string Extra { get; }
Property Type
String |