Title here
Summary here
Trait
Class used as proxy interface to control (init, suspend, quit) a defined 3rd party application
.
Kind: global abstract mixin
Extends: Trait
Properties
Name | Type | Description |
---|---|---|
isThirdApp | boolean | A flag indicating if the current application is a 3rd party application. |
proxyService | ProxyClientService | A reference on a proxy service. |
Trait
Promise
Promise
Promise
Promise
Method which initializes the 3rd party application.
Kind: instance method of AbstractMThirdApplication
Promise
Method which suspends the 3rd party application.
Kind: instance method of AbstractMThirdApplication
Param | Type |
---|---|
options | * |
Promise
Method which quits the 3rd party application.
Kind: instance method of AbstractMThirdApplication
Param | Type |
---|---|
options | * |