API reference
API reference
Select your platform
No SDKs available
No versions available

IManifestLoader Interface

Member Functions

Loads the manifest from file and into a Manifest structure.
Parameters
filePath
The path to the manifest file.
Returns
The loaded manifest object.
Loads the manifest from an input string into a Manifest structure.
Parameters
manifestText
Plain text content of Manifest.
Returns
The loaded manifest object.
Loads the manifest from file and into a Manifest structure asynchronously.
Parameters
filePath
The path to the manifest file.
Returns
The loaded manifest object.
Loads the manifest from an input string into a Manifest structure asynchronously.
Parameters
manifestText
Plain text content of Manifest.
Returns
The loaded manifest object.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon