Readonly
IDXREAppData.ID
an empty string if XREAppData.ID is not set.
Readonly
UANameXREAppData.UAName
an empty string if XREAppData.UAName is not set.
Readonly
appThe build ID/date of the application. For xulrunner applications, this will be different than the build ID of the platform. Be careful about which one you want.
Readonly
nameXREAppData.name
Readonly
platformThe build ID/date of gecko and the XULRunner platform.
Readonly
platformThe version of the XULRunner platform.
Readonly
sourceURLXREAppData.sourceURL
an empty string if XREAppData.sourceURL is not set.
Readonly
updateURLXREAppData.updateURL
Readonly
vendorXREAppData.vendor
an empty string if XREAppData.vendor is not set.
Readonly
versionThe version of the XUL application. It is different than the version of the XULRunner platform. Be careful about which one you want.
XREAppData.version
an empty string if XREAppData.version is not set.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
A scriptable interface to the nsXULAppAPI structure. See nsXULAppAPI.h for a detailed description of each attribute.