Skip to content

Instantly share code, notes, and snippets.

@loganvolkers
Created September 20, 2016 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganvolkers/0b7617aa6617c46e127e718e5777274f to your computer and use it in GitHub Desktop.
Save loganvolkers/0b7617aa6617c46e127e718e5777274f to your computer and use it in GitHub Desktop.
Widget API Definition
/**
* Widget <> Squatch.js Interface via EasyXDM
*/
init(height, width, codeIn, rewardBalance, resizeEmbedToContentIn)
resize(height, width)
publish(eventName, payload)
close()
error(errorMessage, height, width)
// These are the messages sent to the widget
openedWidget(mode, userId, systemId)
closedWidget()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment