Asynchronously returns an Application object that represents the current application
Application.getCurrent
Synchronously returns an Application object that represents the current application
Application.getCurrentSync
Creates and starts a new Application.
Application.start
Retrieves application's manifest and returns a running instance of the application.
Application.startFromManifest
The URL of app's manifest.
Optional
opts: RvmLaunchOptionsParameters that the RVM will use.
Experimental
Asynchronously starts a batch of applications given an array of application identifiers and manifestUrls. Returns once the RVM is finished attempting to launch the applications.
Application.startManyManifests
Optional
opts: RvmLaunchOptionsParameters that the RVM will use.
Asynchronously returns an Application object that represents an existing application.
Application.wrap
Synchronously returns an Application object that represents an existing application.
Application.wrapSync
Generated using TypeDoc
Lends
Application