Result
open class Result( val type: ResultType, val distance: Double, val title: String, val subtitle: String, val titleHighlights: List<StringRange>) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun Result( type: ResultType, distance: Double, title: String, subtitle: String, titleHighlights: List<StringRange>)
Content copied to clipboard