Skip to content

Instantly share code, notes, and snippets.

@omarstreak
Last active October 24, 2017 19:38
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 omarstreak/6820c6e2217a34c7e168cc239066731e to your computer and use it in GitHub Desktop.
Save omarstreak/6820c6e2217a34c7e168cc239066731e to your computer and use it in GitHub Desktop.
sdk load example
InboxSDK.load(2, 'YOUR_APP_ID_HERE', {suppressAddonTitle: 'YOUR_ADD_ON_TITLE_HERE'}).then(function(sdk){
//more code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment