We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5c376 commit e260506Copy full SHA for e260506
lib/utils.js
@@ -128,6 +128,9 @@
128
* @param {String} applicationKey Your AV Application Key
129
*/
130
AV._initialize = function(applicationId, applicationKey, masterKey) {
131
+ if (AV.applicationId !== undefined) {
132
+ console.warn('AVOSCloud SDK is already initialized, please don\'t reinitialize it.');
133
+ }
134
AV.applicationId = applicationId;
135
AV.applicationKey = applicationKey;
136
AV.masterKey = masterKey;
0 commit comments