Class: HostEnvironment

HostEnvironment

HostEnvironment
Stores information about the environment in which the extension is loaded.


new HostEnvironment(appName, appVersion, appLocale, appUILocale, appId, isAppOnline, appSkinInfo)

Parameters:
Name Type Description
appName

The application's name.

appVersion

The application's version.

appLocale

The application's current license locale.

appUILocale

The application's current UI locale.

appId

The application's unique identifier.

isAppOnline

True if the application is currently online.

appSkinInfo

An #AppSkinInfo object containing the application's default color and font styles.

Source:
Returns:

A new HostEnvironment object.