Function

hasMediaType

Returns whether this [TransferableContent] can provide an item with the [mediaType].

hasMediaType

Common
@ExperimentalFoundationApi
expect fun TransferableContent.hasMediaType(mediaType: MediaType): Boolean

Returns whether this TransferableContent can provide an item with the mediaType.


hasMediaType

Android
@ExperimentalFoundationApi
actual fun TransferableContent.hasMediaType(mediaType: MediaType): Boolean