android-components / mozilla.components.concept.engine / HitResult / UNKNOWN

UNKNOWN

data class UNKNOWN : HitResult (source)

Default type if we're unable to match the type to anything. It may or may not have a src.

Constructors

<init>

UNKNOWN(src: String)

Default type if we're unable to match the type to anything. It may or may not have a src.

Properties

src

val src: String