Module

base/core

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.

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

guid a unique global ID

Number

# inner isBrowser() → {Boolean}

Is XDK3 running on a browser?

True when it is, false otherwise.

Boolean