hasMediaType
Returns whether this [TransferableContent] can provide an item with the [mediaType].
hasMediaType
Function
Common
@ExperimentalFoundationApi
expect fun TransferableContent.hasMediaType(mediaType: MediaType): Boolean
Returns whether this TransferableContent can provide an item with the mediaType.
Android
@ExperimentalFoundationApi
actual fun TransferableContent.hasMediaType(mediaType: MediaType): Boolean
