Attribution

data class Attribution(title: String, url: String)

Attribution model class.

Constructors

Attribution
Link copied to clipboard
fun Attribution(title: String, url: String)

Types

Companion
Link copied to clipboard
object Companion

Attribution constant values

Properties

title
Link copied to clipboard
val title: String

the attribution title

titleAbbreviated
Link copied to clipboard
val titleAbbreviated: String

the shortened attribution title

url
Link copied to clipboard
val url: String

the attribution URL