setApplicationToken
Sets the SDK application token for use in the goTenna SDK.
Arguments
Returns
Example
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
// Plugins are now available.
goTenna.setApplicationToken('your-token-here');
}Last updated