new Application(options, callback, errorCallback)
An object representing an application. Allows the developer to create, execute, show and close an application, as well as listen to application events.
Parameters:
Name | Type | Description |
---|---|---|
options |
object | see tutorial for all options |
callback |
function | callback on creation |
errorCallback |
function | callback on error |
- Tutorials: