Title here
Summary here
TraitClass 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. |
TraitPromisePromisePromisePromiseMethod which initializes the 3rd party application.
Kind: instance method of AbstractMThirdApplication
PromiseMethod which suspends the 3rd party application.
Kind: instance method of AbstractMThirdApplication
| Param | Type |
|---|---|
| options | * |
PromiseMethod which quits the 3rd party application.
Kind: instance method of AbstractMThirdApplication
| Param | Type |
|---|---|
| options | * |