external class MediaFile
Media file information class.
MediaFile()
Media file information class. |
val fullPath: String |
|
val lastModifiedDate: Number |
|
val name: String |
|
val size: Number |
|
val type: String |
fun getFormatData(successCallback: (MediaFileData) -> Unit, errorCallback: (() -> Unit)? = definedExternally): Unit |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |
|
suspend fun MediaFile.getFormatData(): MediaFileData?
Get details for the given file. |