Class: WebcomApp

WebcomApp

Represents a Webcom application hosted on a Webcom platform.

Such instances must be created using the Webcom.App static method.

Since:
  • 2.8

Members

(readonly) appId :string

The Webcom application identifier associated with this WebcomApp instance.

Type:
  • string

(readonly) fullyQualifiedName :string

Fully qualified name that uniquely describes this instance of WebcomApp.

Type:
  • string

Methods

isSecure() → {boolean}

Indicates whether the hosting platform associated to this WebcomApp instance is secure (ie. is accessed to via a secured protocol).

Returns:
Type
boolean
show
deprecated