sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.http.common
/
ContentType
/
match
match
abstract
fun
match
(
other
:
(
ContentTypes
)
->
ContentType
)
:
Boolean
检查此内容类型是否匹配另一个作为模式的
ContentType
。 支持通配符 "*"。
Return
如果匹配则返回
true
。
Parameters
other
要匹配的模式
ContentType
。