ImageAssetCollection class
A Map with string keys and ImageAsset values and shared with the Oooh platform.
Signature:
export declare class ImageAssetCollection extends AbstractAssetCollection<ImageAsset>
Extends: AbstractAssetCollection<ImageAsset>
Remarks
Use AssetManager.createImageAssetCollection() 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 ImageAssetCollection
class.
Updated 7 months ago