contains

operator fun contains(contentSubtype: String): Boolean(source)

Checks that the given contentType has type message/.

Report a problem


operator fun contains(contentType: ContentType): Boolean(source)

Checks that the given contentType has type message/.

Report a problem