ReplayDataAssetCollection class
A Map with string keys and ReplayData values and shared with the Oooh platform.
Signature:
export declare class ReplayDataAssetCollection extends AbstractAssetCollection<ReplayData>
Extends: AbstractAssetCollection<ReplayData>
Remarks
If a specific ReplayDataAsset is required to be processed by the Oooh platform it must also be explicitly added to the output, but if the collection of replay data is only needed for future runs of the module adding this collection to the output by itself is sufficient.
Use AssetManager.createReplayAssetCollection() to get an instance of this class.
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ReplayDataAssetCollection
class.
Updated 7 months ago