dumpImageMetaData

fun Context.dumpImageMetaData(uri: Uri, callback: (size: String?, name: String?) -> Unit)

REturns the size if it's known in bytes otherwise "Unknown" and the name

Receiver

Context

Parameters

uri

Uri

callback

Function2<@kotlin.ParameterName String?, @kotlin.ParameterName String?, Unit>