function anonymous(t0,t1,t2,t3,t4,t5,t6,t7 ) { return function checkEventsBatchV6(v, f, h, p) { if ( v === null || typeof v != 'object' || (f && !this._checkFields(v)) ) { if (h) { h(v, this); } return false; } var v5 = v.qa; if (h) { var b = 1; var j = p.length; p.push(''); p[j] = 'platformName'; b &= t0._check(v.platformName, f, h, p); p[j] = 'publishTimestamp'; b &= t1._check(v.publishTimestamp, f, h, p); p[j] = 'siteName'; b &= t2._check(v.siteName, f, h, p); p[j] = 'sessionId'; b &= t3._check(v.sessionId, f, h, p); p[j] = 'cookiesEnabled'; b &= t4._check(v.cookiesEnabled, f, h, p); p[j] = 'qa'; b &= v5 === undefined || t5._check(v5, f, h, p); p[j] = 'xment'; b &= t6._check(v.xment, f, h, p); p[j] = 'events'; b &= t7._check(v.events, f, h, p); p.pop(); return !!b; } else { return ( t0._check(v.platformName, f) && t1._check(v.publishTimestamp, f) && t2._check(v.siteName, f) && t3._check(v.sessionId, f) && t4._check(v.cookiesEnabled, f) && (v5 === undefined || t5._check(v5, f)) && t6._check(v.xment, f) && t7._check(v.events, f) ); } }; }