getFileUrl

expect abstract fun getFileUrl(channel: String, fileName: String, fileId: String): GetFileUrl
actual abstract fun getFileUrl(channel: String, fileName: String, fileId: String): GetFileUrl

Generate URL which can be used to download file from target Channel.

Parameters

channel

Name of channel to which the file has been uploaded.

fileName

Name under which the uploaded file is stored.

fileId

Unique identifier for the file, assigned during upload.

actual abstract fun getFileUrl(channel: String, fileName: String, fileId: String): GetFileUrl