You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| create | Establish the connection to Alexa on the device. When the future is completed successful, an [`AlexaReadyPayload`](https://developer.amazon.com/en-US/docs/alexa/web-api-for-games/alexa-games-build-your-webapp.html#alexa-payload) object is returned. Otherwise when the future completes with an error, an `ErrorWithCode` object is returned.<br /> For details, see [create](https://developer.amazon.com/en-US/docs/alexa/web-api-for-games/alexa-games-build-your-webapp.html#create). | ➖ \*|
| create | Establish the connection to Alexa on the device. When the future is completed successfully, an AlexaReadyPayload object is returned. Otherwise, when the future completes with an error, an ErrorWithCode object is returned.For details, see create. | ➖ \*|
23
23
24
24
\*Even though a `MessageProvider` can be passed as an parameter in the `Alexa.create` function, doing this will cause an exception to be thrown.
25
25
@@ -30,13 +30,13 @@ A Dart-JavaScript interoperability for Alexa Web API for Games. Alexa Web API fo
30
30
| Entity-Sensing | Alexa-enabled devices with _entity-sensing_ capabilities can detect the presence of the user.<br />For details, see [Entity-Sensing](https://developer.amazon.com/en-US/docs/alexa/web-api-for-games/alexa-games-extensions-entitysensing.html). | ❌ |
31
31
| Smart-Motion | Alexa-enabled devices with _smart-motion_ capabilities can rotate the device screen to turn toward and follow engaged users. <br />For details, see [Smart-Motion](https://developer.amazon.com/en-US/docs/alexa/web-api-for-games/alexa-games-extensions-smartmotion.html). | ❌ |
0 commit comments