XDK framework "meta" information or capabilities Members # static buildNumber The build number of the current version # static root Return the window object if found, or an empty object if running on non-browser environment. Type: String # static userAgent Returns the user agent string if found, or an empty string if running on non-browser environment. # static version Current XDK version number Methods # static getGuid() → {Number} Gets the next global unique Returns: guid a unique global ID Type: Number # inner isBrowser() → {Boolean} Is XDK3 running on a browser? Returns: True when it is, false otherwise. Type: Boolean