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

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(title: String, url: String): Attribution
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

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