-
Notifications
You must be signed in to change notification settings - Fork 605
AVS SDK Interface #37
Comments
Hi @zx-stark,
If you would like to utilize a KWD with AIP, you will need to implement
That is part of the UX Guidelines - specifically the "System Error" state. The current release of the SDK does not address UX Guidelines, but will add this in a future release.
Yes. When you call Ken |
@zx-stark, to add some more clarify on 2, currently things like WiFi or network connection status will not directly be used in the SDK (no listeners for those events). Instead, you will inform different libraries of the state. For instance, you can inform ACL that the network connection is up and to connect by using the |
Closing for now. Please reopen if you have further questions on this topic. |
Hi friends,
Which interface in AIP we can load when WWE trigger the AIP to enter the listening state? is it AbstractKeywordDetector::notifyKeyWordObservers?
Which interface we can load to tell the avs about system event? such as wifi state.
Has the red circle part in the picture (read data from SDS to AIP )been realized in AVS SDK?
The text was updated successfully, but these errors were encountered: