Class: ExternalApplication

ExternalApplication

An ExternalApplication object representing an application. Allows the developer to create, execute, show and close an external application as well as listen to application events.

Constructor

new ExternalApplication()

Methods

(static) wrap(uuid) → {Promise.<ExternalApplication>}

Asynchronously returns an External Application object that represents an existing external application.

Parameters:
Name Type Description
uuid string

The UUID of the external application to be wrapped

Tutorials:
Returns:
Type
Promise.<ExternalApplication>

(static) wrapSync(uuid) → {ExternalApplication}

Synchronously returns an External Application object that represents an existing external application.

Parameters:
Name Type Description
uuid string

The UUID of the external application to be wrapped

Tutorials:
Returns:
Type
ExternalApplication

getInfo() → {Promise.<ExternalApplicationInfo>}

Retrieves information about the external application.

Tutorials:
Returns:
Type
Promise.<ExternalApplicationInfo>