download Assets

actual fun downloadAssets(containerDirectoryPath: String, getAssetName: (Int) -> String, assets: List<String>)

Wrapper function to download the assets uploaded

Parameters

containerDirectoryPath

: the directory container where save the assets downloaded

getAssetName

: function to invoke to get the name of the asset

assets

: the list of the assets uploaded

expect fun downloadAssets(containerDirectoryPath: String, getAssetName: (Int) -> String, assets: List<String>)

Wrapper function to download the assets uploaded

Parameters

containerDirectoryPath

: the directory container where save the assets downloaded

getAssetName

: function to invoke to get the name of the asset

assets

: the list of the assets uploaded

actual fun downloadAssets(containerDirectoryPath: String, getAssetName: (Int) -> String, assets: List<String>)

Wrapper function to download the assets uploaded

Parameters

containerDirectoryPath

: the directory container where save the assets downloaded

getAssetName

: function to invoke to get the name of the asset

assets

: the list of the assets uploaded