AbstractThirdPartyApplication

AbstractThirdPartyApplication ⇐ ImageModel

Kind: global abstract class
Extends: ImageModel
Model:
Properties

NameTypeDescription
isThirdPartyApplicationboolean

the thirdPartApplication flag

namestring

the name of the application

logostring

the logo of the application

backgroundstring

an image to show while the application is loading

descriptionstring

the application description

urlstring

the url to start the application - only for some kinds of applications

paramsObject

parameters to pass to third app, should match with app properties

AbstractThirdPartyApplication()

Base class describing a Third Party Application.