Experimental
Initializes a Platform. Must be called from the Provider when using a custom provider.
Platform.init
Optional
options: InitPlatformOptionsplatform options including a callback function that can be used to extend or replace default Provider behavior.
Creates and starts a Platform and returns a wrapped and running Platform instance. The wrapped Platform methods can be used to launch content into the platform. Promise will reject if the platform is already running.
Platform.start
Retrieves platforms's manifest and returns a wrapped and running Platform. If there is a snapshot in the manifest, it will be launched into the platform.
Platform.startFromManifest
The URL of platform's manifest.
Optional
opts: RvmLaunchOptionsParameters that the RVM will use.
Asynchronously returns a Platform object that represents an existing platform.
Platform.wrap
Synchronously returns a Platform object that represents an existing platform.
Platform.wrapSync
Generated using TypeDoc
Lends
Platform