
embed()Method
Description
Embeds our application into any context
Parameters
| Type | Name | Description |
|---|---|---|
| Object | props | properties of the application. |
| String | appId | id of your application. To obtain it you have to register your application |
| String | appCode | code of your application. To obtain it you have to register your application |
| Boolean | manipulateUrl | if true URL won't be changed when switching pages |
| Boolean | browserHistory | specifies whether the app will change the browser history |
| Boolean | hideAddressBar | true to hide the address bar (on phones/tablets) |
| nokia.mh5.app.configuration | configuration | configuration of predefined properties for your application |
Return Value
Type: nokia.mh5.app.Application
configured application instance