Skip to content

Instantly share code, notes, and snippets.

View mosif's full-sized avatar

Matt Anderson mosif

View GitHub Profile
@mosif
mosif / DisplaySampleCodeV2.js
Created December 3, 2018 20:31 — forked from ankkal/DisplaySampleCodeV2.js
V2 Display Code
// IMPORTANT: Display Interface for your skill should be enabled through the Amazon developer console
// See this screenshot - https://alexa.design/enabledisplay
/* HELPER FUNCTIONS */
// returns true if the skill is running on a device with a display (show|spot)
function supportsDisplay(handlerInput) {
var hasDisplay =
handlerInput.requestEnvelope.context &&
handlerInput.requestEnvelope.context.System &&