AbstractMThirdApplication

AbstractMThirdApplication ⇐ Trait

Class used as proxy interface to control (init, suspend, quit) a defined 3rd party application.

Kind: global abstract mixin
Extends: Trait
Properties

NameTypeDescription
isThirdAppboolean

A flag indicating if the current application is a 3rd party application.

proxyServiceProxyClientService

A reference on a proxy service.

initializeThirdApplication() ⇒ Promise

Method which initializes the 3rd party application.

Kind: instance method of AbstractMThirdApplication

suspendThirdApplication(options) ⇒ Promise

Method which suspends the 3rd party application.

Kind: instance method of AbstractMThirdApplication

ParamType
options*

quitThirdApplication(options) ⇒ Promise

Method which quits the 3rd party application.

Kind: instance method of AbstractMThirdApplication

ParamType
options*