public

embed()Method

Description

Embeds our application into any context

Parameters

Type Name Description
Object props properties of the application.
String props.appId id of your application. To obtain it you have to register your application
String props.appCode code of your application. To obtain it you have to register your application
Boolean [props.manipulateUrl] if true URL won't be changed when switching pages
Boolean [props.browserHistory = true] specifies whether the app will change the browser history
Boolean [props.hideAddressBar] true to hide the address bar (on phones/tablets)
nokia.mh5.app.configuration props.configuration configuration of predefined properties for your application

Return Value

Type: nokia.mh5.app.Application

configured application instance