@@ -1948,6 +1948,19 @@ Project.prototype['GetOrientation'] = Project.prototype.GetOrientation = /** @su
1948
1948
return Pointer_stringify(_emscripten_bind_Project_GetOrientation_0(self));
1949
1949
};;
1950
1950
1951
+ Project.prototype['SetAdMobAppId'] = Project.prototype.SetAdMobAppId = /** @suppress {undefinedVars, duplicate} */function(arg0) {
1952
+ var self = this.ptr;
1953
+ ensureCache.prepare();
1954
+ if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
1955
+ else arg0 = ensureString(arg0);
1956
+ _emscripten_bind_Project_SetAdMobAppId_1(self, arg0);
1957
+ };;
1958
+
1959
+ Project.prototype['GetAdMobAppId'] = Project.prototype.GetAdMobAppId = /** @suppress {undefinedVars, duplicate} */function() {
1960
+ var self = this.ptr;
1961
+ return Pointer_stringify(_emscripten_bind_Project_GetAdMobAppId_0(self));
1962
+ };;
1963
+
1951
1964
Project.prototype['SetProjectFile'] = Project.prototype.SetProjectFile = /** @suppress {undefinedVars, duplicate} */function(arg0) {
1952
1965
var self = this.ptr;
1953
1966
ensureCache.prepare();
@@ -3210,162 +3223,6 @@ ExtensionAndInstructionMetadata.prototype['GetMetadata'] = ExtensionAndInstructi
3210
3223
var self = this.ptr;
3211
3224
_emscripten_bind_ExtensionAndInstructionMetadata___destroy___0(self);
3212
3225
};
3213
- // AdMobObject
3214
- /** @suppress {undefinedVars, duplicate} */function AdMobObject(arg0) {
3215
- ensureCache.prepare();
3216
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3217
- else arg0 = ensureString(arg0);
3218
- this.ptr = _emscripten_bind_AdMobObject_AdMobObject_1(arg0);
3219
- getCache(AdMobObject)[this.ptr] = this;
3220
- };;
3221
- AdMobObject.prototype = Object.create(WrapperObject.prototype);
3222
- AdMobObject.prototype.constructor = AdMobObject;
3223
- AdMobObject.prototype.__class__ = AdMobObject;
3224
- AdMobObject.__cache__ = {};
3225
- Module['AdMobObject'] = AdMobObject;
3226
-
3227
- AdMobObject.prototype['SetName'] = AdMobObject.prototype.SetName = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3228
- var self = this.ptr;
3229
- ensureCache.prepare();
3230
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3231
- else arg0 = ensureString(arg0);
3232
- _emscripten_bind_AdMobObject_SetName_1(self, arg0);
3233
- };;
3234
-
3235
- AdMobObject.prototype['GetName'] = AdMobObject.prototype.GetName = /** @suppress {undefinedVars, duplicate} */function() {
3236
- var self = this.ptr;
3237
- return Pointer_stringify(_emscripten_bind_AdMobObject_GetName_0(self));
3238
- };;
3239
-
3240
- AdMobObject.prototype['SetType'] = AdMobObject.prototype.SetType = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3241
- var self = this.ptr;
3242
- ensureCache.prepare();
3243
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3244
- else arg0 = ensureString(arg0);
3245
- _emscripten_bind_AdMobObject_SetType_1(self, arg0);
3246
- };;
3247
-
3248
- AdMobObject.prototype['GetType'] = AdMobObject.prototype.GetType = /** @suppress {undefinedVars, duplicate} */function() {
3249
- var self = this.ptr;
3250
- return Pointer_stringify(_emscripten_bind_AdMobObject_GetType_0(self));
3251
- };;
3252
-
3253
- AdMobObject.prototype['GetProperties'] = AdMobObject.prototype.GetProperties = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3254
- var self = this.ptr;
3255
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3256
- return wrapPointer(_emscripten_bind_AdMobObject_GetProperties_1(self, arg0), MapStringPropertyDescriptor);
3257
- };;
3258
-
3259
- AdMobObject.prototype['UpdateProperty'] = AdMobObject.prototype.UpdateProperty = /** @suppress {undefinedVars, duplicate} */function(arg0, arg1, arg2) {
3260
- var self = this.ptr;
3261
- ensureCache.prepare();
3262
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3263
- else arg0 = ensureString(arg0);
3264
- if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr;
3265
- else arg1 = ensureString(arg1);
3266
- if (arg2 && typeof arg2 === 'object') arg2 = arg2.ptr;
3267
- return !!(_emscripten_bind_AdMobObject_UpdateProperty_3(self, arg0, arg1, arg2));
3268
- };;
3269
-
3270
- AdMobObject.prototype['GetInitialInstanceProperties'] = AdMobObject.prototype.GetInitialInstanceProperties = /** @suppress {undefinedVars, duplicate} */function(arg0, arg1, arg2) {
3271
- var self = this.ptr;
3272
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3273
- if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr;
3274
- if (arg2 && typeof arg2 === 'object') arg2 = arg2.ptr;
3275
- return wrapPointer(_emscripten_bind_AdMobObject_GetInitialInstanceProperties_3(self, arg0, arg1, arg2), MapStringPropertyDescriptor);
3276
- };;
3277
-
3278
- AdMobObject.prototype['UpdateInitialInstanceProperty'] = AdMobObject.prototype.UpdateInitialInstanceProperty = /** @suppress {undefinedVars, duplicate} */function(arg0, arg1, arg2, arg3, arg4) {
3279
- var self = this.ptr;
3280
- ensureCache.prepare();
3281
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3282
- if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr;
3283
- else arg1 = ensureString(arg1);
3284
- if (arg2 && typeof arg2 === 'object') arg2 = arg2.ptr;
3285
- else arg2 = ensureString(arg2);
3286
- if (arg3 && typeof arg3 === 'object') arg3 = arg3.ptr;
3287
- if (arg4 && typeof arg4 === 'object') arg4 = arg4.ptr;
3288
- return !!(_emscripten_bind_AdMobObject_UpdateInitialInstanceProperty_5(self, arg0, arg1, arg2, arg3, arg4));
3289
- };;
3290
-
3291
- AdMobObject.prototype['ExposeResources'] = AdMobObject.prototype.ExposeResources = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3292
- var self = this.ptr;
3293
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3294
- _emscripten_bind_AdMobObject_ExposeResources_1(self, arg0);
3295
- };;
3296
-
3297
- AdMobObject.prototype['GetVariables'] = AdMobObject.prototype.GetVariables = /** @suppress {undefinedVars, duplicate} */function() {
3298
- var self = this.ptr;
3299
- return wrapPointer(_emscripten_bind_AdMobObject_GetVariables_0(self), VariablesContainer);
3300
- };;
3301
-
3302
- AdMobObject.prototype['GetAllBehaviorNames'] = AdMobObject.prototype.GetAllBehaviorNames = /** @suppress {undefinedVars, duplicate} */function() {
3303
- var self = this.ptr;
3304
- return wrapPointer(_emscripten_bind_AdMobObject_GetAllBehaviorNames_0(self), VectorString);
3305
- };;
3306
-
3307
- AdMobObject.prototype['HasBehaviorNamed'] = AdMobObject.prototype.HasBehaviorNamed = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3308
- var self = this.ptr;
3309
- ensureCache.prepare();
3310
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3311
- else arg0 = ensureString(arg0);
3312
- return !!(_emscripten_bind_AdMobObject_HasBehaviorNamed_1(self, arg0));
3313
- };;
3314
-
3315
- AdMobObject.prototype['AddNewBehavior'] = AdMobObject.prototype.AddNewBehavior = /** @suppress {undefinedVars, duplicate} */function(arg0, arg1, arg2) {
3316
- var self = this.ptr;
3317
- ensureCache.prepare();
3318
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3319
- if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr;
3320
- else arg1 = ensureString(arg1);
3321
- if (arg2 && typeof arg2 === 'object') arg2 = arg2.ptr;
3322
- else arg2 = ensureString(arg2);
3323
- return wrapPointer(_emscripten_bind_AdMobObject_AddNewBehavior_3(self, arg0, arg1, arg2), Behavior);
3324
- };;
3325
-
3326
- AdMobObject.prototype['GetBehavior'] = AdMobObject.prototype.GetBehavior = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3327
- var self = this.ptr;
3328
- ensureCache.prepare();
3329
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3330
- else arg0 = ensureString(arg0);
3331
- return wrapPointer(_emscripten_bind_AdMobObject_GetBehavior_1(self, arg0), Behavior);
3332
- };;
3333
-
3334
- AdMobObject.prototype['RemoveBehavior'] = AdMobObject.prototype.RemoveBehavior = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3335
- var self = this.ptr;
3336
- ensureCache.prepare();
3337
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3338
- else arg0 = ensureString(arg0);
3339
- _emscripten_bind_AdMobObject_RemoveBehavior_1(self, arg0);
3340
- };;
3341
-
3342
- AdMobObject.prototype['RenameBehavior'] = AdMobObject.prototype.RenameBehavior = /** @suppress {undefinedVars, duplicate} */function(arg0, arg1) {
3343
- var self = this.ptr;
3344
- ensureCache.prepare();
3345
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3346
- else arg0 = ensureString(arg0);
3347
- if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr;
3348
- else arg1 = ensureString(arg1);
3349
- return !!(_emscripten_bind_AdMobObject_RenameBehavior_2(self, arg0, arg1));
3350
- };;
3351
-
3352
- AdMobObject.prototype['SerializeTo'] = AdMobObject.prototype.SerializeTo = /** @suppress {undefinedVars, duplicate} */function(arg0) {
3353
- var self = this.ptr;
3354
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3355
- _emscripten_bind_AdMobObject_SerializeTo_1(self, arg0);
3356
- };;
3357
-
3358
- AdMobObject.prototype['UnserializeFrom'] = AdMobObject.prototype.UnserializeFrom = /** @suppress {undefinedVars, duplicate} */function(arg0, arg1) {
3359
- var self = this.ptr;
3360
- if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr;
3361
- if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr;
3362
- _emscripten_bind_AdMobObject_UnserializeFrom_2(self, arg0, arg1);
3363
- };;
3364
-
3365
- AdMobObject.prototype['__destroy__'] = AdMobObject.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} */function() {
3366
- var self = this.ptr;
3367
- _emscripten_bind_AdMobObject___destroy___0(self);
3368
- };
3369
3226
// ExternalLayout
3370
3227
/** @suppress {undefinedVars, duplicate} */function ExternalLayout() {
3371
3228
this.ptr = _emscripten_bind_ExternalLayout_ExternalLayout_0();
0 commit comments