Last active
October 24, 2017 19:38
-
-
Save omarstreak/6820c6e2217a34c7e168cc239066731e to your computer and use it in GitHub Desktop.
sdk load example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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