ImageResult

data class ImageResult(val title: String, val url: String, val sourceUrl: String, val domain: String) : BaseResult

An image search result.

Parameters

title

the image's title, shown first and large.

url

the image's URL.

sourceUrl

the image's site's URL, will be opened when "Go to site" is tapped.

domain

the page's domain, shown in small text below the title.

Constructors

Link copied to clipboard
constructor(title: String, url: String, sourceUrl: String, domain: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String