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