Attribution

Attribution model class.

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

Constructors

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

Types

Companion
Link copied to clipboard

Attribution constant values

object Companion

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

the attribution title

val title: String
titleAbbreviated
Link copied to clipboard

the shortened attribution title

val titleAbbreviated: String
url
Link copied to clipboard

the attribution URL

val url: String