Skip to content

RumResourceKind.Companion

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

object Companion

Functions

fromMimeType

fun fromMimeType(mimeType: String): RumResourceKind

Converts string representation of MIME type into RumResourceKind.

Parameters
mimeType MIME type to convert. If it is unknown, NATIVE will be returned.
Clone this wiki locally