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

EMAIL

data class EMAIL : HitResult (source)

The type used if the URI is prepended with 'mailto:'.

Constructors

<init>

EMAIL(src: String)

The type used if the URI is prepended with 'mailto:'.

Properties

src

val src: String