OoohMetadataService class
Allows access to oooh metadata information.
Signature:
export declare class OoohMetadataService extends ExternalObject
Extends: ExternalObject
Remarks
Use Runtime.getOoohMetadataService() to get an instance of this class.
Methods
Method | Modifiers | Description |
---|---|---|
getOoohMetadata() | Fetch information about the oooh instance |
OoohMetadataService.getOoohMetadata() method
Fetch information about the oooh instance
Signature:
getOoohMetadata(): Promise<OoohMetadata>;
Returns:
Promise<OoohMetadata>
Updated about 1 year ago