isTextFile

fun isTextFile(mimeType: String): Boolean

Indicate whether the provided mime type should be treated as an AvailTextFile?

Return

true indicates it should be; false otherwise.

Parameters

mimeType

The mime type to check.